/ open-webui.git
/ app
/ env
/ lib
/ python3.11
/ site-packages
/ sympy
/ geometry
/ exceptions.py
Run
Starting...
Stop
View File
Save
"""Geometry Errors.""" class GeometryError(ValueError): """An exception raised by classes in the geometry module.""" pass
Memory