xppl/wsgi.py

6 lines
116 B
Python
Raw Normal View History

"""Expose a production application."""
from xppl.app import create_app
app = create_app('xppl.config.Production')