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

18 lines
317 B
Python

from worthless.classes.launcher import (
background,
banner,
iconbutton,
iconotherlink,
info,
post,
qq,
)
Background = background.Background
Banner = banner.Banner
IconButton = iconbutton.IconButton
IconOtherLink = iconotherlink.IconOtherLink
Info = info.Info
Post = post.Post
QQ = qq.QQ