From 76db7f4048116a23c82bdd70bb11dd004e347e8e Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Tue, 8 Oct 2019 15:56:53 -0700 Subject: new cleanup python tool/framework --- python/fatcat_tools/cleanups/__init__.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 python/fatcat_tools/cleanups/__init__.py (limited to 'python/fatcat_tools/cleanups/__init__.py') diff --git a/python/fatcat_tools/cleanups/__init__.py b/python/fatcat_tools/cleanups/__init__.py new file mode 100644 index 00000000..587c7b9b --- /dev/null +++ b/python/fatcat_tools/cleanups/__init__.py @@ -0,0 +1,3 @@ + +from .common import EntityCleaner +from .files import FileCleaner -- cgit v1.2.3