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

8 lines
268 B
Python

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