from Client import start_all from Server import Server_main if __name__ == '__main__': Server_main() start_all()