Files
Zordon/start_client.py

4 lines
89 B
Python

from lib.client.client import start_client
if __name__ == '__main__':
start_client()