Ejemplo n.º 1
0
 def __init__(self, point_name, var_name):
     self.plugins = get_plugin_from_string(point_name).get_plugins()
     self.var_name = var_name
Ejemplo n.º 2
0
 def get_plugin(self):
     plugin_class = get_plugin_from_string(self.name)
     return plugin_class()