5 lines
59 B
Plaintext
5 lines
59 B
Plaintext
|
|
#!/usr/bin/python3
|
||
|
|
from mini_todo import todo
|
||
|
|
|
||
|
|
todo.main()
|