Repository URL to install this package:
""" Defines the ChacoShellError class. """ class ChacoShellError(RuntimeError): """ Error raised by the Chaco shell. """ pass # EOF