diff --git a/plivo/__init__.py b/plivo/__init__.py index 44a234a4..b327dccf 100644 --- a/plivo/__init__.py +++ b/plivo/__init__.py @@ -3,3 +3,4 @@ from .rest import Client as RestClient from .rest import phlo from . import xml as plivoxml +from . import utils \ No newline at end of file