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