Files
myapp-full/wsgi.py
T
2026-02-24 18:48:59 +03:00

7 lines
137 B
Python
Executable File

#!/usr/bin/env python3
__author__ = 'RemiZOffAlex'
__email__ = 'remizoffalex@mail.ru'
from myapp import app as application # noqa F401