mirror of
https://github.com/LC044/WeChatMsg
synced 2025-04-19 02:08:05 +08:00
14 lines
236 B
Python
14 lines
236 B
Python
|
#!/usr/bin/env python
|
||
|
# -*- coding: utf-8 -*-
|
||
|
|
||
|
"""
|
||
|
@Time : 2024/12/4 0:06
|
||
|
@Author : SiYuan
|
||
|
@Email : 863909694@qq.com
|
||
|
@File : MemoTrace-__init__.py.py
|
||
|
@Description :
|
||
|
"""
|
||
|
|
||
|
if __name__ == '__main__':
|
||
|
pass
|