Files
Reinforced-Learning-Godot/rl/Lib/site-packages/sympy/geometry/exceptions.py
2024-10-30 22:14:35 +01:00

6 lines
131 B
Python

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