10 lines
152 B
Python
10 lines
152 B
Python
|
|
# coding=utf-8
|
|||
|
|
"""
|
|||
|
|
@project: smart-doc
|
|||
|
|
@Author:虎
|
|||
|
|
@file: __init__.py.py
|
|||
|
|
@date:2023/9/14 19:01
|
|||
|
|
@desc:
|
|||
|
|
"""
|
|||
|
|
from .user import *
|