netadm/auth/__init__.py

6 lines
78 B
Python

from .static_env import verify_user_pwd
__all__ = [
"verify_user_pwd",
]