tretrauit
da3ee30ab1
Also add function to get the diff archive (for faster updating) Download function soon, although I can't make sure that the download function will work properly (like pause, resume download etc.)
8 lines
282 B
Python
8 lines
282 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 |