from cmd_chat import run import asyncio if __name__ == '__main__': asyncio.run( run() )