mini-todo/bin/todo

5 lines
59 B
Python
Executable File

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