1
0
mirror of https://github.com/LC044/WeChatMsg synced 2025-04-12 09:58:02 +08:00
WeChatMsg/app/log/__init__.py
2023-11-13 21:54:58 +08:00

4 lines
61 B
Python

from .logger import log, logger
__all__ = ["logger", "log"]