X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=src%2Fdunshire%2F__init__.py;fp=src%2Fdunshire%2F__init__.py;h=0000000000000000000000000000000000000000;hb=bdb596b84a06d0c97e39d42586a51fc36ba44186;hp=f754c92fc0acd2cf70ea4bf9aa28f9e9639f1225;hpb=21a2eb9a647a48c0e94d02c60ef8785c4ea35f7b;p=dunshire.git diff --git a/src/dunshire/__init__.py b/src/dunshire/__init__.py deleted file mode 100644 index f754c92..0000000 --- a/src/dunshire/__init__.py +++ /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