cqwu-ehall/cqwu/utils/__init__.py
brian e2a43b1c5d
🐛 Fix utils
Co-authored-by: brian <brian@xtaolabs.com>
2023-03-08 22:55:21 +08:00

4 lines
65 B
Python

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