chore: initialize monorepo with project scaffolding, configs, and CI setup
This commit is contained in:
17
packages/py/aitbc-sdk/src/aitbc_sdk/__init__.py
Normal file
17
packages/py/aitbc-sdk/src/aitbc_sdk/__init__.py
Normal file
@@ -0,0 +1,17 @@
|
||||
"""AITBC Python SDK utilities."""
|
||||
|
||||
from .receipts import (
|
||||
CoordinatorReceiptClient,
|
||||
ReceiptVerification,
|
||||
SignatureValidation,
|
||||
verify_receipt,
|
||||
verify_receipts,
|
||||
)
|
||||
|
||||
__all__ = [
|
||||
"CoordinatorReceiptClient",
|
||||
"ReceiptVerification",
|
||||
"SignatureValidation",
|
||||
"verify_receipt",
|
||||
"verify_receipts",
|
||||
]
|
||||
Reference in New Issue
Block a user