Skip to content

Commit e0bd2bf

Browse files
committed
feat(sms) add inbounds in __init__
1 parent 9a1e15e commit e0bd2bf

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
from sinch.domains.sms.api.v1.batches_apis import Batches
22
from sinch.domains.sms.api.v1.delivery_reports_apis import DeliveryReports
3+
from sinch.domains.sms.api.v1.inbounds_apis import Inbounds
34

45
__all__ = [
56
"Batches",
67
"DeliveryReports",
8+
"Inbounds",
79
]

0 commit comments

Comments
 (0)