]> gitweb.michael.orlitzky.com - dunshire.git/blobdiff - src/dunshire/__init__.py
Add setup.py and reorganize everything to make its "test" command happy.
[dunshire.git] / src / dunshire / __init__.py
diff --git a/src/dunshire/__init__.py b/src/dunshire/__init__.py
deleted file mode 100644 (file)
index f754c92..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-"""
-The "user interface" for Dunshire.
-
-Clients are intended to import everything from this module, which in
-turn pulls in everything that they would need to use the library.
-"""
-
-# Needed to construct the cone over which the game takes place.
-from .cones import (NonnegativeOrthant,
-                    IceCream,
-                    SymmetricPSD,
-                    CartesianProduct)
-
-from .games import SymmetricLinearGame