1
0
mirror of https://github.com/LC044/WeChatMsg synced 2025-04-09 14:38:04 +08:00
WeChatMsg/app/log/__init__.py

4 lines
61 B
Python
Raw Normal View History

2023-11-13 21:54:58 +08:00
from .logger import log, logger
__all__ = ["logger", "log"]