"""Module containing the basic error class of this package.""" class Error(Exception): """Basic error class of this package."""