gulag/app/uwsgi.py

6 lines
95 B
Python
Executable File

from gulag_server import app as application
if __name__ == "__main__":
application.run()