diff options
author | Jesús <heckyel@hyperbola.info> | 2019-11-11 17:51:26 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2019-11-11 17:51:26 -0500 |
commit | c6d0c67bc072f260eed2e333fd2515c1298bb9a2 (patch) | |
tree | c271015da3005b02ab6e427a2e31a28086870ee1 /plugins/extract_toc/__init__.py | |
parent | e4a8f433b6d67cb09fa38e2326d8d62f599c2a61 (diff) | |
download | cl-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__.py | 1 |
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 * |