From 77788d0c51b5c3b2d89f012bf026d31451bf5e55 Mon Sep 17 00:00:00 2001 From: retoor Date: Sat, 1 Feb 2025 15:00:05 +0000 Subject: [PATCH] feat: add todo item creation with title and completed status fields --- TODO.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 TODO.md diff --git a/TODO.md b/TODO.md new file mode 100644 index 0000000..8b22fce --- /dev/null +++ b/TODO.md @@ -0,0 +1,4 @@ +# Todo's + + - implement logging module instead of all print statements. + - use asyncio processes instead of subprocess module processes.