Files
Zordon/start_client.py

4 lines
99 B
Python

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