__init__.py 183 B

12345678910
  1. # coding=utf-8
  2. """
  3. @project: MaxKB
  4. @Author:虎
  5. @file: __init__.py.py
  6. @date:2024/8/22 17:19
  7. @desc:
  8. """
  9. from .base_label import *
  10. from .tooltip_label import *