11 lines
183 B
Python
11 lines
183 B
Python
|
|
# coding=utf-8
|
|||
|
|
"""
|
|||
|
|
@project: MaxKB
|
|||
|
|
@Author:虎
|
|||
|
|
@file: __init__.py.py
|
|||
|
|
@date:2024/8/22 17:19
|
|||
|
|
@desc:
|
|||
|
|
"""
|
|||
|
|
from .base_label import *
|
|||
|
|
from .tooltip_label import *
|