UnisKB/apps/common/forms/label/__init__.py

11 lines
183 B
Python
Raw Normal View History

2025-04-17 10:01:33 +00:00
# coding=utf-8
"""
@project: MaxKB
@Author
@file __init__.py.py
@date2024/8/22 17:19
@desc:
"""
from .base_label import *
from .tooltip_label import *