From 551edae8bddc350e2856b674de620867f5303469 Mon Sep 17 00:00:00 2001 From: Benjamin Bertrand Date: Thu, 7 Jan 2016 20:00:50 +0300 Subject: [PATCH] clean import for calculus --- pymath/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pymath/__init__.py b/pymath/__init__.py index 44a69a2..57f60d2 100644 --- a/pymath/__init__.py +++ b/pymath/__init__.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # encoding: utf-8 -from .calculus import * +from .calculus import Expression, Polynom, Fraction, random_str # -----------------------------