- pyshotgrid version: v1.0.1
Description
Currently the core module is a giant monolith which I build, because I ran into massive import loop issues. Turns out by using the dependency inversion principle this could be avoided and the code could be reorganised again. I would like to implement it for readability alone but I can image this will have some other benefits too.
Description
Currently the core module is a giant monolith which I build, because I ran into massive import loop issues. Turns out by using the dependency inversion principle this could be avoided and the code could be reorganised again. I would like to implement it for readability alone but I can image this will have some other benefits too.