Esempio n. 1
0
# the main Flask application
from template_logic import create_template_app

app = create_template_app()

if __name__ == "__main__":
	app.run(**app.config['INIT'])
Esempio n. 2
0
def app():
	return create_template_app()