Traktor/myenv/Lib/site-packages/sympy/geometry/exceptions.py

6 lines
131 B
Python
Raw Normal View History

2024-05-23 01:57:24 +02:00
"""Geometry Errors."""
class GeometryError(ValueError):
"""An exception raised by classes in the geometry module."""
pass