Ejemplo n.º 1
0
from MicroMote import create_app

# TODO make a better launcher
app = create_app()
app.run(host='0.0.0.0', port=8080, debug=True)
Ejemplo n.º 2
0
 def create_app(self):
     app = create_app(config=TestingConfig)
     return app
Ejemplo n.º 3
0
 def create_app(self):
     app = create_app(config=TestingConfig)
     return app