Some routing files don't belong in the frameworks folder, and they are
regular_network.py,
learn.py,
hardcoded.py
since they are intended to be executed, and have thus been moved to a new projects folder. The only routing files remaining in frameworks are routing.py and utils.py since they contain classes/functions that get imported. Additionally, I added init_functions.py since some of the files that have been moved to the projects folder contained certain functions that were imported. All unit tests have been updated to reflect these changes.
Some routing files don't belong in the frameworks folder, and they are
regular_network.py
,learn.py
,hardcoded.py
since they are intended to be executed, and have thus been moved to a new projects folder. The only routing files remaining in frameworks are
routing.py
andutils.py
since they contain classes/functions that get imported. Additionally, I addedinit_functions.py
since some of the files that have been moved to the projects folder contained certain functions that were imported. All unit tests have been updated to reflect these changes.