Exemplo n.º 1
0
"""This module is meant to be run from a terminal to create an instance of the application"""

from visualize import create_app

app = create_app()
app.run()
Exemplo n.º 2
0
 def create_app(self):
     # app.run()
     return create_app()