kadenios/shared/auth/__init__.py

5 lines
84 B
Python

from .staticdefs import CONNECTION_METHODS
__all__ = [
"CONNECTION_METHODS",
]