worthless-launcher/worthless/__init__.py
Nguyễn Thế Hưng cc6f3996af fix: only do 8 jobs at once in update & verify
Prevent lag which can lead to unusable system (especially when using hdiffpatch)

Also print more
2023-03-01 17:32:07 +07:00

8 lines
129 B
Python

from worthless import launcher, installer
Launcher = launcher.Launcher
Installer = installer.Installer
__version__ = "2.2.14"