worthless-launcher/worthless/classes/launcher/__init__.py
2022-01-29 23:32:38 +07:00

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