shoplist2/wsgi.py
2020-02-18 00:42:11 +11:00

5 lines
76 B
Python

from shop import application
if "__main__" == __name__:
application.run()