9 lines
359 B
Python
9 lines
359 B
Python
# -*- coding: utf-8 -*-#
|
|
# -------------------------------------------------------------------------------
|
|
# Name: __init__.py.py
|
|
# Description:
|
|
# Author: xaoyaoo
|
|
# Date: 2023/08/21
|
|
# -------------------------------------------------------------------------------
|
|
from .get_wx_info import read_info
|
|
from .get_wx_db import get_wechat_db |