from wanikaniburned import db, app if __name__ == "__main__": db.create_all() app.run(threaded=True, port=app.config['PORT'])