Files
myapp-full/wsgi.py

8 lines
172 B
Python
Raw Normal View History

#!/usr/bin/env python3
__author__ = 'RemiZOffAlex'
__copyright__ = '(c) RemiZOffAlex'
__email__ = 'remizoffalex@mail.ru'
2020-08-17 19:57:37 +03:00
from myapp import app as application # noqa F401