Example #1
0
File: test.py Project: KeNaCo/hippo
 def create_app(self):
     return create_app(self)
Example #2
0
File: run.py Project: KeNaCo/hippo
from hippo import create_app

if __name__ == '__main__':
    create_app().run(host='0.0.0.0', debug=True)