xppl/wsgi.py
2018-11-18 11:13:56 +01:00

6 lines
116 B
Python

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