import asyncio from .client import Client if __name__ == '__main__': client = Client('127.0.0.1', 5555) asyncio.run(client.connect())