feat: add TODO.md with logging and asyncio migration tasks

This commit is contained in:
retoor 2025-02-01 15:00:05 +00:00
parent 6654901f37
commit 3628ab98f5

4
TODO.md Normal file
View File

@ -0,0 +1,4 @@
# Todo's
- implement logging module instead of all print statements.
- use asyncio processes instead of subprocess module processes.