fix(__main__.py): fix wrong import

This commit is contained in:
2025-09-22 21:26:11 +02:00
parent a00668ecf3
commit 431d8bb3bb

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(