from client import ReportMonsterClient import asyncio async def test(): client = ReportMonsterClient("test", "test") return await client.connect() print(asyncio.run(test()))