:thumbsup: from me
Althoug, why don't use Munch instead of dict() from line 12 directly? Is dict object used elsewhere?
Although, why don't use Munch instead of dict() from line 12 directly? Is dict object used elsewhere?
The objects are then accessed within the flask application yes, directly as object instead of as dict (thanks to munch).
Thanks for the review!