From 5823088e97404e84bc348b7326c6e352a9159a18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=9Cmit=20Kaan=20Usta?= <53405015+umitkaanusta@users.noreply.github.com> Date: Wed, 29 Apr 2020 01:58:11 +0300 Subject: [PATCH] bugfix --- Jomini/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jomini/__init__.py b/Jomini/__init__.py index 3b8b64a..7a9c066 100644 --- a/Jomini/__init__.py +++ b/Jomini/__init__.py @@ -1,2 +1,2 @@ -from Jomini.Lanchester import LinearLaw, SquareLaw +from jomini.Lanchester import Battle, LinearLaw, SquareLaw # TODO add models for guerrilla and siege warfare