__author__ = 'chunk' from web import * from views import * from models import * if __name__ == '__main__': app.run(debug=True)