cqwu-ehall/cqwu/utils/__init__.py

4 lines
65 B
Python
Raw Normal View History

from .auth import encode_password
__all__ = ["encode_password"]