mirror of
https://github.com/blw1138/Zordon.git
synced 2025-12-17 08:48:13 +00:00
6 lines
102 B
Python
Executable File
6 lines
102 B
Python
Executable File
#!/usr/bin/env python3
|
|
from src.init import run
|
|
|
|
if __name__ == '__main__':
|
|
run(server_only=True)
|