Update source (still WIP)
This commit is contained in:
6
worthless/__main__.py
Executable file
6
worthless/__main__.py
Executable file
@ -0,0 +1,6 @@
|
||||
#!/usr/bin/python3
|
||||
|
||||
from app import main
|
||||
|
||||
if __name__ == '__main__':
|
||||
main()
|
||||
Reference in New Issue
Block a user