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