Skip to content

Commit 6cb2f29

Browse files
committed
python: Add integration.py *Options to __init__.py
1 parent 9e70bd3 commit 6cb2f29

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

python/svix/api/__init__.py

+7-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,13 @@
3737
EventTypeImportOpenapiOptions,
3838
EventTypeDeleteOptions,
3939
)
40-
from .integration import IntegrationAsync, Integration
40+
from .integration import (
41+
IntegrationAsync,
42+
Integration,
43+
IntegrationListOptions,
44+
IntegrationCreateOptions,
45+
IntegrationRotateKeyOptions,
46+
)
4147
from .message import MessageAsync, Message
4248
from .message_attempt import (
4349
MessageAttemptAsync,

0 commit comments

Comments
 (0)