Skip to content

Commit

Permalink
python: Add integration.py *Options to __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
svix-mman committed Jan 16, 2025
1 parent 9e70bd3 commit 6cb2f29
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion python/svix/api/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,13 @@
EventTypeImportOpenapiOptions,
EventTypeDeleteOptions,
)
from .integration import IntegrationAsync, Integration
from .integration import (
IntegrationAsync,
Integration,
IntegrationListOptions,
IntegrationCreateOptions,
IntegrationRotateKeyOptions,
)
from .message import MessageAsync, Message
from .message_attempt import (
MessageAttemptAsync,
Expand Down

0 comments on commit 6cb2f29

Please sign in to comment.