The imports for all of the functions and types in python files constantly take a solid 10 lines and are a hassle to develop with. Is there a better way to do this? If so, we should do a quick refactor of the existing files to use this method for easier upkeep.
The imports for all of the functions and types in python files constantly take a solid 10 lines and are a hassle to develop with. Is there a better way to do this? If so, we should do a quick refactor of the existing files to use this method for easier upkeep.