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

8 lines
268 B
Python
Raw Normal View History

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