mirror of
https://github.com/blw1138/Zordon.git
synced 2025-12-17 16:58:12 +00:00
* Add ability to manually add servers to client * Misc client cleanup * Add availability check before adding server to client UI
6 lines
123 B
Python
6 lines
123 B
Python
#!/usr/bin/env python3
|
|
from lib.client.dashboard_window import start_client
|
|
|
|
if __name__ == '__main__':
|
|
start_client()
|