tartiflette/wsgi.py
2017-12-19 17:03:51 +01:00

3 lines
47 B
Python
Executable file

from app import create_app
app = create_app()