def __run_controllers(self): """Run all the controllers in the _controllers directory""" namespaces = [self.bf.config] for plugin in self.bf.config.plugins.values(): if plugin.enabled: namespaces.append(plugin) controller.run_all(namespaces)
def __run_controllers(self): """Run all the controllers in the _controllers directory""" controller.run_all()