10 lines
268 B
Python
10 lines
268 B
Python
# -------------------------------
|
|
# Difficult Rocket
|
|
# Copyright © 2020-2023 by shenjackyuanjie 3695888@qq.com
|
|
# All rights reserved
|
|
# -------------------------------
|
|
|
|
from Difficult_Rocket.gui.widget.button import PressTextButton
|
|
|
|
__all__ = ["PressTextButton"]
|