Files
mini-todo/bin/todo
2022-09-18 10:38:24 -04:00

5 lines
59 B
Python
Executable File

#!/usr/bin/python3
from mini_todo import todo
todo.main()