summaryrefslogtreecommitdiffstats
path: root/DeDRM_plugin/__main__.py
diff options
context:
space:
mode:
Diffstat (limited to 'DeDRM_plugin/__main__.py')
-rw-r--r--DeDRM_plugin/__main__.py13
1 files changed, 12 insertions, 1 deletions
diff --git a/DeDRM_plugin/__main__.py b/DeDRM_plugin/__main__.py
index 96b4217..6c925d2 100644
--- a/DeDRM_plugin/__main__.py
+++ b/DeDRM_plugin/__main__.py
@@ -5,10 +5,21 @@
# (CLI interface without Calibre)
# Copyright © 2021 NoDRM
+"""
+
+NOTE: This code is not functional (yet). I started working on it a while ago
+to make a standalone version of the plugins that could work without Calibre,
+too, but for now there's only a rough code structure and no working code yet.
+
+Currently, to use these plugins, you will need to use Calibre. Hopwfully that'll
+change in the future.
+
+"""
+
__license__ = 'GPL v3'
__docformat__ = 'restructuredtext en'
-# For revision history see __init__.py
+# For revision history see CHANGELOG.md
"""
Run DeDRM plugin without Calibre.