from core.tmtc_client_core import run_tmtc_client def main(): run_tmtc_client(False) if __name__ == "__main__": main()