Skip to content

Commit

Permalink
Simplify package imports
Browse files Browse the repository at this point in the history
  • Loading branch information
samwelkanda committed Nov 22, 2022
1 parent 8a37945 commit d1b1a8e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions msgraph/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,7 @@
Python client for the Microsoft Graph API
"""
from ._version import VERSION
from .graph_request_adapter import GraphRequestAdapter
from .graph_service_client import GraphServiceClient

__version__ = VERSION

0 comments on commit d1b1a8e

Please sign in to comment.