]> CRI, Mines Paris - PSL - linpy.git/blobdiff - pypol/__init__.py
Cleaner implementation of Rational
[linpy.git] / pypol / __init__.py
index be1440b86358b08edca673fb5dcb025c06fa385b..166ccf461665532226ab05bb5fb44a8056b023f8 100644 (file)
@@ -2,8 +2,8 @@
 A polyhedral library based on ISL.
 """
 
+from .geometry import Point, Vector
 from .linexprs import Expression, Symbol, Dummy, symbols, Rational
-from .coordinates import Point, Vector
 from .polyhedra import Polyhedron, Eq, Ne, Le, Lt, Ge, Gt, Ne, Empty, Universe
 from .domains import Domain, And, Or, Not