Implement Catalogue class with BookRecord dataclass for managing the CSV-based book inventory. Provides operations to append records, read all rows, update specific books, and generate unique book IDs. 5 tests passing, all functionality working as specified. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| test_catalogue.py | ||