mirror of
https://github.com/yeicor-3d/yet-another-cad-viewer.git
synced 2025-12-19 22:24:17 +01:00
Some more missing imports
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user