Refactor utils module to package

This commit is contained in:
Labrys of Knossos 2019-01-05 13:44:25 -05:00
commit 3b670b895b
2 changed files with 1 additions and 0 deletions

View file

@ -17,6 +17,7 @@ FOLDER_STRUCTURE = {
'core': [ 'core': [
'auto_process', 'auto_process',
'extractor', 'extractor',
'utils',
], ],
} }