Skip to content

Commit

Permalink
chore: add preview-iam examples to python
Browse files Browse the repository at this point in the history
  • Loading branch information
tiwarishubham635 committed Dec 12, 2024
1 parent 1df483d commit fbc18e7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions examples/python/twilio/rest/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,8 @@ def preview(self):
from twilio.rest.versionless import Preview

return Preview(self)

def preview_iam(self):
from twilio.rest.preview.iam import PreviewIam

return PreviewIam(self)

0 comments on commit fbc18e7

Please sign in to comment.