aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/extract_toc/__init__.py
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2019-11-11 17:51:26 -0500
committerJesús <heckyel@hyperbola.info>2019-11-11 17:51:26 -0500
commitc6d0c67bc072f260eed2e333fd2515c1298bb9a2 (patch)
treec271015da3005b02ab6e427a2e31a28086870ee1 /plugins/extract_toc/__init__.py
parente4a8f433b6d67cb09fa38e2326d8d62f599c2a61 (diff)
downloadcl-c6d0c67bc072f260eed2e333fd2515c1298bb9a2.tar.lz
cl-c6d0c67bc072f260eed2e333fd2515c1298bb9a2.tar.xz
cl-c6d0c67bc072f260eed2e333fd2515c1298bb9a2.zip
Added support 'Table of Content' [Toc]
Diffstat (limited to 'plugins/extract_toc/__init__.py')
-rw-r--r--plugins/extract_toc/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/extract_toc/__init__.py b/plugins/extract_toc/__init__.py
new file mode 100644
index 0000000..52c5778
--- /dev/null
+++ b/plugins/extract_toc/__init__.py
@@ -0,0 +1 @@
+from .extract_toc import *