tartiflette/wsgi.py

4 lines
47 B
Python
Raw Normal View History

from app import create_app
app = create_app()