From b6bd83eb94df0af88467fbd79b12772f37747dd1 Mon Sep 17 00:00:00 2001 From: Vazid546 Date: Fri, 7 Dec 2018 16:37:50 +0530 Subject: [PATCH] Update __init__.py --- truths/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/truths/__init__.py b/truths/__init__.py index 1c98b86..734c070 100644 --- a/truths/__init__.py +++ b/truths/__init__.py @@ -15,4 +15,4 @@ # limitations under the License. # -from truths import Truths +from truths.truths import Truths