jamtur01's picture
Upload folder using huggingface_hub
9c6594c verified
raw
history blame contribute delete
131 Bytes
"""Geometry Errors."""
class GeometryError(ValueError):
"""An exception raised by classes in the geometry module."""
pass