netadm/auth/__init__.py

6 lines
78 B
Python
Raw Normal View History

2024-10-20 09:45:39 +00:00
from .static_env import verify_user_pwd
__all__ = [
"verify_user_pwd",
]