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

7 lines
89 B
Python
Executable File

#!/usr/bin/python3
from worthless import gui
if __name__ == '__main__':
gui.main()