mirror of
https://github.com/LC044/WeChatMsg
synced 2025-04-17 00:48:23 +08:00
15 lines
274 B
Python
15 lines
274 B
Python
#!/usr/bin/env python
|
|
# -*- coding: utf-8 -*-
|
|
|
|
"""
|
|
@Time : 2025/1/7 21:44
|
|
@Author : SiYuan
|
|
@Email : 863909694@qq.com
|
|
@File : MemoTrace-__init__.py.py
|
|
@Description :
|
|
"""
|
|
|
|
from wxManager.log.logger import log, logger
|
|
|
|
__all__ = ["logger", "log"]
|