Marthee commited on
Commit
5661960
·
verified ·
1 Parent(s): cb3ef14

Update deploying_3_3.py

Browse files
Files changed (1) hide show
  1. deploying_3_3.py +1 -1
deploying_3_3.py CHANGED
@@ -56,7 +56,7 @@ from ezdxf.math import OCS, Matrix44, Vec3
56
  import ezdxf
57
  import matplotlib.pyplot as plt
58
  from matplotlib.patches import Polygon
59
- from shapely.geometry import Polygon as ShapelyPolygon
60
  from ezdxf.math import Vec2
61
  import random
62
  import pandas as pd
 
56
  import ezdxf
57
  import matplotlib.pyplot as plt
58
  from matplotlib.patches import Polygon
59
+ from shapely.geometry import Point, Polygon as ShapelyPolygon
60
  from ezdxf.math import Vec2
61
  import random
62
  import pandas as pd