Difficult-Rocket/Difficult_Rocket/api/gui/__init__.py

10 lines
201 B
Python
Raw Normal View History

2023-08-20 21:42:25 +08:00
# -------------------------------
# Difficult Rocket
# Copyright © 2020-2023 by shenjackyuanjie 3695888@qq.com
# All rights reserved
# -------------------------------
__all__ = [
'widget'
]