mirror of
https://github.com/wtc86939209/WeChatMsg110.git
synced 2026-04-10 04:11:34 +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
|