]> CRI, Mines Paris - PSL - linpy.git/blobdiff - pypol/__init__.py
Rename pypol into LinPy
[linpy.git] / pypol / __init__.py
diff --git a/pypol/__init__.py b/pypol/__init__.py
deleted file mode 100644 (file)
index 451d7f1..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-"""
-A polyhedral library based on ISL.
-"""
-
-from .linear import Polyhedron, Constant, Symbol, symbols
-from .linear import eq, le, lt, ge, gt
-from .linear import Empty, Universe
-
-
-__all__ = [
-    'Polyhedron', 'Constant', 'Symbol', 'symbols',
-    'eq', 'le', 'lt', 'ge', 'gt',
-    'Empty', 'Universe'
-]