Skip to content

Commit 008267d

Browse files
committed
adding ncco builder import to __init__ files
1 parent 1aefe00 commit 008267d

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

src/vonage/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
from .client import *
2+
from .ncco_builder.ncco import *
23

34
__version__ = "3.2.1"

src/vonage/client.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
from .application import ApplicationV2, Application
55
from .errors import *
66
from .messages import Messages
7-
from .ncco_builder.ncco import Ncco, ConnectEndpoints, InputTypes, PayPrompts
87
from .number_insight import NumberInsight
98
from .numbers import Numbers
109
from .redact import Redact
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
from .ncco import *

0 commit comments

Comments
 (0)