import asyncio from handle_client import main if __name__ == "__main__": asyncio.run(main())