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.)
7 lines
89 B
Python
Executable File
7 lines
89 B
Python
Executable File
#!/usr/bin/python3
|
|
|
|
from worthless import gui
|
|
|
|
if __name__ == '__main__':
|
|
gui.main()
|