From 7a81548853514b8a3219a7fe5ae05097ef0985db Mon Sep 17 00:00:00 2001 From: Dimitris Rudas Date: Wed, 24 Jun 2020 18:30:26 +0300 Subject: [PATCH] Revert "Delete unnecessary import" --- brotherprint/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/brotherprint/__init__.py b/brotherprint/__init__.py index e69de29..67e7f3f 100644 --- a/brotherprint/__init__.py +++ b/brotherprint/__init__.py @@ -0,0 +1 @@ +from brotherprint import BrotherPrint \ No newline at end of file