| class SceneGenerationError(RuntimeError): | |
| """Raised when a Robomme environment fails to build a valid scene.""" | |
| __all__ = ["SceneGenerationError"] | |
| class SceneGenerationError(RuntimeError): | |
| """Raised when a Robomme environment fails to build a valid scene.""" | |
| __all__ = ["SceneGenerationError"] | |