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 431d8bb3bb - Show all commits

View File

@@ -3,7 +3,7 @@ from __future__ import annotations
import logging as lg
from judas_client import Client
from judas_client.client import Client
if __name__ == "__main__":
lg.basicConfig(