mirror of
https://github.com/yeicor-3d/yet-another-cad-viewer.git
synced 2025-12-23 16:04:27 +01:00
basic fixes for the server
This commit is contained in:
@@ -4,7 +4,6 @@ import os
|
||||
|
||||
from OCP.TopoDS import TopoDS_Shape
|
||||
from build123d import *
|
||||
from build123d import Shape
|
||||
|
||||
|
||||
def build_logo() -> TopoDS_Shape:
|
||||
@@ -21,7 +20,6 @@ def build_logo() -> TopoDS_Shape:
|
||||
|
||||
return logo_obj.part.wrapped
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
logging.basicConfig(level=logging.DEBUG)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user