mirror of
https://github.com/yeicor-3d/yet-another-cad-viewer.git
synced 2025-12-19 22:24:17 +01:00
Add missing imports due to rebase
This commit is contained in:
@@ -14,7 +14,7 @@ from typing import Optional, Dict, Union, Callable, List, Tuple
|
|||||||
from OCP.TopLoc import TopLoc_Location
|
from OCP.TopLoc import TopLoc_Location
|
||||||
from OCP.TopoDS import TopoDS_Shape
|
from OCP.TopoDS import TopoDS_Shape
|
||||||
# noinspection PyProtectedMember
|
# noinspection PyProtectedMember
|
||||||
from build123d import Shape, Axis, Location, Vector
|
from build123d import Shape, Axis, Location, Vector, Color
|
||||||
from dataclasses_json import dataclass_json
|
from dataclasses_json import dataclass_json
|
||||||
|
|
||||||
from yacv_server.cad import _hashcode, ColorTuple, get_color
|
from yacv_server.cad import _hashcode, ColorTuple, get_color
|
||||||
|
|||||||
Reference in New Issue
Block a user