Files
ytts/venv/lib/python3.11/site-packages/sympy/geometry/exceptions.py
2025-04-02 21:44:17 -07:00

6 lines
131 B
Python

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