Several "empty" packages exist: a directory containing only __init__.py.
Refactor the packages to modules by renaming __init__.py to <directory_name>.py and deleting the directory.
[x] Refactor loggers
[x] Refactor misc_utils to helpers.py
[x] Refactor stash_utils. Move amami/um_utils/atm_stashlist.py to amami/_atm_stashlist.py
Several "empty" packages exist: a directory containing only
__init__.py
. Refactor the packages to modules by renaming__init__.py
to<directory_name>.py
and deleting the directory.loggers
misc_utils
tohelpers.py
stash_utils
. Moveamami/um_utils/atm_stashlist.py
toamami/_atm_stashlist.py
um_utils
.