Source code for anml.bootstrap

from anml.exceptions import ANMLError


[docs]class BootstrapError(ANMLError): pass