#! /usr/bin/env python

# Project imports
from chula import app

if __name__ == '__main__':
    app.run()
