from .base import ETLError __all__ = ["ESError"] class ESError(ETLError): pass