mirror of
https://github.com/chillout2k/gulag.git
synced 2025-12-13 16:00:18 +00:00
6 lines
95 B
Python
Executable File
6 lines
95 B
Python
Executable File
from gulag_server import app as application
|
|
|
|
if __name__ == "__main__":
|
|
application.run()
|
|
|