From c85ee42874f66b50d070e3046d9681336db45f6e Mon Sep 17 00:00:00 2001 From: Labrys of Knossos Date: Sun, 27 Nov 2022 18:50:49 -0500 Subject: [PATCH] Add `processor` folder to folder structure --- cleanup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/cleanup.py b/cleanup.py index 3724844b..bb4caf98 100644 --- a/cleanup.py +++ b/cleanup.py @@ -25,6 +25,7 @@ FOLDER_STRUCTURE = { 'auto_process', 'extractor', 'plugins', + 'processor', 'utils', ], }