Skip to content

Commit d1b1a8e

Browse files
committed
Simplify package imports
1 parent 8a37945 commit d1b1a8e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

msgraph/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,7 @@
22
Python client for the Microsoft Graph API
33
"""
44
from ._version import VERSION
5+
from .graph_request_adapter import GraphRequestAdapter
6+
from .graph_service_client import GraphServiceClient
57

68
__version__ = VERSION

0 commit comments

Comments
 (0)