Skip to content

Commit

Permalink
update __init__
Browse files Browse the repository at this point in the history
Signed-off-by: Igor Davidyuk <[email protected]>
  • Loading branch information
igor-davidyuk committed Jul 30, 2024
1 parent cea5b65 commit 3b2d19f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions geti_sdk/rest_clients/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@
from .active_learning_client import ActiveLearningClient
from .annotation_clients import AnnotationClient
from .configuration_client import ConfigurationClient
from .credit_system_client import CreditSystemClient
from .dataset_client import DatasetClient
from .deployment_client import DeploymentClient
from .media_client import ImageClient, VideoClient
Expand All @@ -116,4 +117,5 @@
"DeploymentClient",
"ActiveLearningClient",
"TestingClient",
"CreditSystemClient",
]

0 comments on commit 3b2d19f

Please sign in to comment.