From 9db364c855a86b1480f607019101d77d31c1f409 Mon Sep 17 00:00:00 2001 From: Brian Sheldon 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', ], }