WeChatMsg/app/DataBase/__init__.py

14 lines
242 B
Python
Raw Normal View History

2023-01-11 13:04:19 +08:00
# -*- coding: utf-8 -*-
"""
@File : __init__.py.py
@Author : Shuaikang Zhou
@Time : 2023/1/5 0:10
@IDE : Pycharm
@Version : Python3.10
@comment : ···
"""
2023-11-12 21:51:33 +08:00
# from . import data
# from . import output
__all__ = ["data", 'output']