def create_app(self): return create_app(self)
from hippo import create_app if __name__ == '__main__': create_app().run(host='0.0.0.0', debug=True)