worthless-launcher/worthless/classes/launcher/__init__.py

18 lines
317 B
Python
Raw Normal View History

from worthless.classes.launcher import (
background,
banner,
iconbutton,
iconotherlink,
info,
post,
qq,
)
2022-01-29 16:32:38 +00:00
Background = background.Background
Banner = banner.Banner
IconButton = iconbutton.IconButton
IconOtherLink = iconotherlink.IconOtherLink
Info = info.Info
Post = post.Post
QQ = qq.QQ