Update tests

This commit is contained in:
2022-01-29 23:32:38 +07:00
parent a7ddd0c49a
commit 048a7ac9d0
8 changed files with 195 additions and 50 deletions

View File

@ -1,6 +1,6 @@
#!/usr/bin/python3
from app import main
from worthless import gui
if __name__ == '__main__':
main()
gui.main()