core.py will get much harder to deal with as we keep adding functionality. Probably best to refactor it into multiple files. There is a lot of interdependence between different parts of the code in core.py (which is why I originally kept it all in one file), so we'd have to figure out how to do this cleanly.
core.pywill get much harder to deal with as we keep adding functionality. Probably best to refactor it into multiple files. There is a lot of interdependence between different parts of the code incore.py(which is why I originally kept it all in one file), so we'd have to figure out how to do this cleanly.