4 lines
88 B
Python
4 lines
88 B
Python
|
from project_name import create_app_wsgi
|
||
|
|
||
|
app = application = create_app_wsgi() # noqa
|