コード例 #1
0
ファイル: run.py プロジェクト: Braiiin/template-logic
# the main Flask application
from template_logic import create_template_app

app = create_template_app()

if __name__ == "__main__":
	app.run(**app.config['INIT'])
コード例 #2
0
def app():
	return create_template_app()