feat: add Client class #3

Merged
pufereq merged 15 commits from feat/add-client-class into develop 2025-09-23 11:36:37 +00:00
4 changed files with 95 additions and 20 deletions
Showing only changes of commit 9b077c8c48 - Show all commits

View File

@@ -1,6 +1 @@
__version__: str = "0.1.0" __version__: str = "0.1.0"
from judas_client.client import Client
from judas_client.connector import Connector
__all__ = ["Client", "Connector"]