[docs]classBlankGraph(AbstractPlugin):"""Create the experiment graph for all future plugins."""
[docs]defrun(self):""" Create a new instance of :py:class:`firewheel.control.experiment_graph.ExperimentGraph` and make it accessible by storing it in ``self.g``. """self.g=ExperimentGraph()