Some more missing imports

This commit is contained in:
Chaser Huang
2024-11-06 20:43:10 -05:00
committed by Yeicor
parent 383586c5a4
commit 822672c288

View File

@@ -16,6 +16,8 @@ from OCP.TopoDS import TopoDS_Shape
# noinspection PyProtectedMember # noinspection PyProtectedMember
from build123d import Shape, Axis, Location, Vector, Color from build123d import Shape, Axis, Location, Vector, Color
from dataclasses_json import dataclass_json from dataclasses_json import dataclass_json
from PIL import Image
from io import BytesIO
from yacv_server.cad import _hashcode, ColorTuple, get_color from yacv_server.cad import _hashcode, ColorTuple, get_color
from yacv_server.cad import get_shape, grab_all_cad, CADCoreLike, CADLike from yacv_server.cad import get_shape, grab_all_cad, CADCoreLike, CADLike