Hi,
I guess my question was a bit vague. I get that it loads drivers. But note it does not actually put them anywhere.
First it creates a dict
sets the attribute in the app
loads the drivers dynamically
and returns an empty dict.
From what I can tell this:
DriverRegistry.load_drivers()
is all it does?