Files
Zordon/start_client.py
Brett Williams 05c8ac506c Manually add servers (#9)
* Add ability to manually add servers to client

* Misc client cleanup

* Add availability check before adding server to client UI
2023-06-08 08:19:37 -05:00

6 lines
123 B
Python

#!/usr/bin/env python3
from lib.client.dashboard_window import start_client
if __name__ == '__main__':
start_client()