chore: sync submodule state (parent ref update)

Made-with: Cursor
This commit is contained in:
defiQUG
2026-03-02 12:14:07 -08:00
parent 6c4555cebd
commit 89b82cdadb
883 changed files with 78752 additions and 18180 deletions
+10
View File
@@ -0,0 +1,10 @@
"""
DBIS IRU Python SDK
Client library for IRU integration
"""
from .client import IRUClient
from .types import IRUOffering, IRUInquiry, IRUSubscription
__version__ = "1.0.0"
__all__ = ["IRUClient", "IRUOffering", "IRUInquiry", "IRUSubscription"]