Contents
import abc [docs] class BootstrapProtocol(abc.ABC): [docs] @abc.abstractmethod def load(self, filename: str): raise NotImplementedError