a set of functions was made to serve this purpose, however they were never used. it seems to make more sense to just use imports. so did that. This ensures the file is read in only one part of the code and generally deduplicates the code which should make it easier to maintain. when testing the code I found some broken references thanks to this deduplication effort, so I fixed those too :3
a set of functions was made to serve this purpose, however they were never used. it seems to make more sense to just use imports. so did that. This ensures the file is read in only one part of the code and generally deduplicates the code which should make it easier to maintain. when testing the code I found some broken references thanks to this deduplication effort, so I fixed those too :3