Skip to content

Commit 1ac7fe1

Browse files
authored
Merge pull request #20 from Exabyte-io/Feature/SOF-4377
feature/SOF-4377 - Expose common endpoints in package init
2 parents e6af792 + 7f5d5c7 commit 1ac7fe1

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

exabyte_api_client/__init__.py

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
from exabyte_api_client.endpoints.bank_materials import BankMaterialEndpoints
2+
from exabyte_api_client.endpoints.bank_workflows import BankWorkflowEndpoints
3+
from exabyte_api_client.endpoints.jobs import JobEndpoints
4+
from exabyte_api_client.endpoints.login import LoginEndpoint
5+
from exabyte_api_client.endpoints.logout import LogoutEndpoint
6+
from exabyte_api_client.endpoints.materials import MaterialEndpoints
7+
from exabyte_api_client.endpoints.projects import ProjectEndpoints
8+
from exabyte_api_client.endpoints.raw_properties import RawPropertiesEndpoints
9+
from exabyte_api_client.endpoints.refined_properties import RefinedPropertiesEndpoints
10+
from exabyte_api_client.endpoints.workflows import WorkflowEndpoints

0 commit comments

Comments
 (0)