improve widget

This commit is contained in:
shenjack 2023-08-20 21:42:25 +08:00
parent bff9649ca9
commit 6dbffb322d
Signed by: shenjack
GPG Key ID: 7B1134A979775551
2 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,9 @@
# -------------------------------
# Difficult Rocket
# Copyright © 2020-2023 by shenjackyuanjie 3695888@qq.com
# All rights reserved
# -------------------------------
__all__ = [
'widget'
]

View File

@ -0,0 +1,11 @@
# -------------------------------
# Difficult Rocket
# Copyright © 2020-2023 by shenjackyuanjie 3695888@qq.com
# All rights reserved
# -------------------------------
from Difficult_Rocket.gui.widget.button import PressTextButton
__all__ = [
'PressTextButton'
]