| 1 | """Implementation of openmath basic objects""" |
| 2 | from omexceptions import UnsupportedOperationError |
| 3 | from omexceptions import OutOfScopeError, EvaluationFailedError |
| 4 | from exceptions import NotImplementedError |
nothing calls this directly
no test coverage detected