From f57654b84b4cf0ffa1287034fc9f66ba200bb259 Mon Sep 17 00:00:00 2001 From: ben Date: Tue, 18 Sep 2018 10:52:38 +0200 Subject: First public commit --- ZipFileTransformer/__init__.py | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 ZipFileTransformer/__init__.py (limited to 'ZipFileTransformer/__init__.py') diff --git a/ZipFileTransformer/__init__.py b/ZipFileTransformer/__init__.py new file mode 100644 index 0000000..0b53e27 --- /dev/null +++ b/ZipFileTransformer/__init__.py @@ -0,0 +1,4 @@ +# -*- coding: utf-8 -*- + +from .zip import Zip +from .zipfile import * -- cgit v1.2.3