lenticular_cloud2/lenticular_cloud/wsgi.py
2022-02-06 23:57:01 +01:00

5 lines
57 B
Python

from .app import create_app
application = create_app()