improve widget
This commit is contained in:
parent
bff9649ca9
commit
6dbffb322d
9
Difficult_Rocket/api/gui/__init__.py
Normal file
9
Difficult_Rocket/api/gui/__init__.py
Normal file
@ -0,0 +1,9 @@
|
||||
# -------------------------------
|
||||
# Difficult Rocket
|
||||
# Copyright © 2020-2023 by shenjackyuanjie 3695888@qq.com
|
||||
# All rights reserved
|
||||
# -------------------------------
|
||||
|
||||
__all__ = [
|
||||
'widget'
|
||||
]
|
11
Difficult_Rocket/api/gui/widget/__init__.py
Normal file
11
Difficult_Rocket/api/gui/widget/__init__.py
Normal 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'
|
||||
]
|
Loading…
Reference in New Issue
Block a user