feat: add todo item creation with title and completed status fields

This commit is contained in:
2025-02-01 15:00:05 +00:00
parent f1db6dd036
commit 77788d0c51
+4
View File
@@ -0,0 +1,4 @@
# Todo's
- implement logging module instead of all print statements.
- use asyncio processes instead of subprocess module processes.