wag-managment-api-service-v.../ApiServices/__init__.py

5 lines
91 B
Python

from ApiServices.Token.token_handler import TokenService
__all__ = [
'TokenService',
]