reportmonster-client/test.py
2022-07-19 11:25:29 +02:00

9 lines
No EOL
184 B
Python

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