Update source (still WIP)

This commit is contained in:
2022-01-28 20:08:53 +07:00
parent 319a147673
commit 015164404c
14 changed files with 230 additions and 0 deletions

6
worthless/__main__.py Executable file
View File

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