mirror of
https://github.com/blw1138/Zordon.git
synced 2025-12-17 16:58:12 +00:00
* Remove a lot of old code from render_queue regarding clients * More code cleanup * More code cleanup * Move everything around * Minor log change
6 lines
117 B
Python
Executable File
6 lines
117 B
Python
Executable File
#!/usr/bin/env python3
|
|
from lib.server.api_server import start_server
|
|
|
|
if __name__ == '__main__':
|
|
start_server()
|