deeterbleater / deertick

Deertick Agent Management and Integration Toolbox (DAMIT)
MIT License
21 stars 4 forks source link

deduplicate access to model_data and fix mismatched references #16

Closed prototype99 closed 2 months ago

prototype99 commented 2 months ago

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