X-Git-Url: https://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=src%2Fdunshire%2F__init__.py;h=f754c92fc0acd2cf70ea4bf9aa28f9e9639f1225;hb=9005163dd01c10264e41ea69fd8a21e31abd0aba;hp=b5243b09be37db5e7caaff848ddb7606873c0d04;hpb=42ab07f585e6d36ee5bf3c9190d854ac0ea25f11;p=dunshire.git diff --git a/src/dunshire/__init__.py b/src/dunshire/__init__.py index b5243b0..f754c92 100644 --- a/src/dunshire/__init__.py +++ b/src/dunshire/__init__.py @@ -6,9 +6,9 @@ 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 .cones import (NonnegativeOrthant, + IceCream, + SymmetricPSD, + CartesianProduct) -from games import SymmetricLinearGame +from .games import SymmetricLinearGame