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"]