Fix missing module

This commit is contained in:
Leandro 2021-01-05 12:30:31 -03:00
parent e60ef95e62
commit 91c1889faa
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
from shapely.geometry import LineString
from shapely.affinity import rotate
from ezdxf.math.vector import Vector as ezdxf_vector
from ezdxf.math import Vector as ezdxf_vector
from appParsers.ParseFont import *
from appParsers.ParseDXF_Spline import *