wag-services-and-backend-la.../Events/AllEvents/authentication/__init__.py

10 lines
120 B
Python

"""
Authentication package initialization.
"""
from .auth.cluster import AuthCluster
__all__ = [
"AuthCluster",
]