Traktor/myenv/Lib/site-packages/sympy/geometry/exceptions.py
2024-05-26 05:12:46 +02:00

6 lines
131 B
Python

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