diff options
author | Jesús <heckyel@hyperbola.info> | 2019-02-13 19:26:38 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2019-02-13 19:26:38 -0500 |
commit | 9bbe38df58720ec5a3c7684dd221c0f74d18a3c7 (patch) | |
tree | 7e5d89e42dcd32a0501657c46bab45612adf81e4 /plugins/compressor/__init__.py | |
download | cl-9bbe38df58720ec5a3c7684dd221c0f74d18a3c7.tar.lz cl-9bbe38df58720ec5a3c7684dd221c0f74d18a3c7.tar.xz cl-9bbe38df58720ec5a3c7684dd221c0f74d18a3c7.zip |
first commit
Diffstat (limited to 'plugins/compressor/__init__.py')
-rw-r--r-- | plugins/compressor/__init__.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/compressor/__init__.py b/plugins/compressor/__init__.py new file mode 100644 index 0000000..ae36250 --- /dev/null +++ b/plugins/compressor/__init__.py @@ -0,0 +1,2 @@ +# -*- coding: utf-8 -*- +from .compressor import * |