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 97 additions and 17 deletions
Showing only changes of commit b887525cf1 - Show all commits

View File

@@ -1 +1,6 @@
__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"]