DriverTrac/venv/lib/python3.12/site-packages/sympy/geometry/exceptions.py
2025-11-28 09:08:33 +05:30

6 lines
131 B
Python

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