Closed
Description
This project uses a dict for storing and passing the 'movie' around between parsers and inserters.
In the past, this was actually a defined data class. Re-introduce the data class again. Make use of typing, e.g. Optional
.
All parsers, inserters, the file impex, and logging should be able to handle an instance (or a list) of the new class instead of the dict used currently.