9 lines
143 B
Python
9 lines
143 B
Python
|
|
# coding=utf-8
|
|||
|
|
"""
|
|||
|
|
@project: qabot
|
|||
|
|
@Author:虎
|
|||
|
|
@file: __init__.py
|
|||
|
|
@date:2023/9/4 10:08
|
|||
|
|
@desc:
|
|||
|
|
"""
|
|||
|
|
from .user import *
|