team-10/venv/Lib/site-packages/sympy/geometry/exceptions.py
2025-08-02 02:00:33 +02:00

5 lines
131 B
Python

"""Geometry Errors."""
class GeometryError(ValueError):
"""An exception raised by classes in the geometry module."""
pass