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

6 lines
92 B
Python

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