From 11fdd43d182ddf2997dbd48c0d2edd0c9810d747 Mon Sep 17 00:00:00 2001 From: lasseedfast Date: Wed, 16 Oct 2024 16:37:20 +0200 Subject: [PATCH] Refactor code to import Highlighter from highlight_pdf package --- __init__.py => highlight_pdf/__init__.py | 0 highlight_pdf.py => highlight_pdf/highlight_pdf.py | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename __init__.py => highlight_pdf/__init__.py (100%) rename highlight_pdf.py => highlight_pdf/highlight_pdf.py (100%) diff --git a/__init__.py b/highlight_pdf/__init__.py similarity index 100% rename from __init__.py rename to highlight_pdf/__init__.py diff --git a/highlight_pdf.py b/highlight_pdf/highlight_pdf.py similarity index 100% rename from highlight_pdf.py rename to highlight_pdf/highlight_pdf.py