From 0b92c7c11baad0ee8eb79e0e5dd43b1d4ebed496 Mon Sep 17 00:00:00 2001 From: lasseedfast Date: Wed, 16 Oct 2024 16:48:28 +0200 Subject: [PATCH] Refactor code to import Highlighter from highlight_pdf package --- highlight_pdf/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/highlight_pdf/__init__.py b/highlight_pdf/__init__.py index aeb9162..7784672 100644 --- a/highlight_pdf/__init__.py +++ b/highlight_pdf/__init__.py @@ -1 +1 @@ -from highlight_pdf import Highlighter \ No newline at end of file +from .highlight_pdf import Highlighter \ No newline at end of file