There was an error while loading. Please reload this page.
1 parent 1114b75 commit 8e86455Copy full SHA for 8e86455
py2d/Math.py
@@ -2,7 +2,7 @@
2
import math
3
4
5
-from vecmath.Vector import *
6
-from vecmath.Polygon import *
7
-from vecmath.Transform import *
8
-from vecmath.Operations import *
+from py2d.vecmath.Vector import *
+from py2d.vecmath.Polygon import *
+from py2d.vecmath.Transform import *
+from py2d.vecmath.Operations import *
py2d/__init__.py
@@ -0,0 +1 @@
1
+from py2d.Math import *
0 commit comments