コード例 #1
0
ファイル: run.py プロジェクト: matheus-bernat/Visual1ze
"""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()
コード例 #2
0
 def create_app(self):
     # app.run()
     return create_app()