Closed Helveg closed 7 months ago
There's a couple of plugin categories that are loaded at import time within the bsb module:
from_(json/yaml/...)
discover
__getattr__
And cause dynamic and modified module objects, which we want to move away from.
There's a couple of plugin categories that are loaded at import time within the bsb module:
from_(json/yaml/...)
configuration parsers [dynamic]discover
when__getattr__
missing option) [dynamic]And cause dynamic and modified module objects, which we want to move away from.