mirror of
https://github.com/blw1138/Zordon.git
synced 2025-12-17 08:48:13 +00:00
Created start_client.py and moved server_proxy.py to server directory
This commit is contained in:
4
start_client.py
Normal file
4
start_client.py
Normal file
@@ -0,0 +1,4 @@
|
||||
from lib.client.client import start_client
|
||||
|
||||
if __name__ == '__main__':
|
||||
start_client()
|
||||
Reference in New Issue
Block a user