Please describe the part of the codebase that needs refactoring.
The init files need to be importing more of the libraries to save time when the module is imported
Why does this need to be refactored?
optimization, saves time with less keystrokes
Do you have a suggested way to refactor this?
Yes just import everything in the folders into their init files and then into the main one to bring all packages to the top level.
Please describe the part of the codebase that needs refactoring.
The init files need to be importing more of the libraries to save time when the module is imported
Why does this need to be refactored?
optimization, saves time with less keystrokes
Do you have a suggested way to refactor this?
Yes just import everything in the folders into their init files and then into the main one to bring all packages to the top level.