mirror of
https://github.com/blw1138/Zordon.git
synced 2025-12-17 08:48:13 +00:00
4 lines
89 B
Python
4 lines
89 B
Python
from lib.client.client import start_client
|
|
|
|
if __name__ == '__main__':
|
|
start_client() |