wag-managment-api-service-v.../ApiEvents/AuthServiceApi/events/auth/__init__.py

10 lines
117 B
Python

"""
Authentication package initialization.
"""
from .endpoints import AUTH_CONFIG
__all__ = [
"AUTH_CONFIG",
]