bolero
bolero copied to clipboard
Further decouple plugins from "core"
Plugins should be more like plugins than internal modules.
It's fine to have a list of modules as strings in a configuration file and import them via __import__
.
The idea is to have bolero be a relatively lean framework, and push a lot of the complexity / implementation out to the tracker plugins.