exact_data2023/wsgi.py
2023-05-27 15:10:30 +02:00

2 lines
53 B
Python

from application import create_app
app = create_app()