Created start_client.py and moved server_proxy.py to server directory

This commit is contained in:
Brett Williams
2023-06-03 12:49:04 -05:00
parent 77aa40c4cc
commit af24bc6beb
5 changed files with 19 additions and 42 deletions

4
start_client.py Normal file
View File

@@ -0,0 +1,4 @@
from lib.client.client import start_client
if __name__ == '__main__':
start_client()