working in the file src/logic/storage.py we need it to contain two placeholder functions: - save_tasks(tasks, filepath) - load_tasks(filepath) Implement basic JSON read/write with error handling.
working in the file src/logic/storage.py we need it to contain two placeholder functions:
Implement basic JSON read/write with error handling.