Delete, move, and consolidate functions. We should do this in 3 steps: **Step 1** - [ ] deletions for duplicates in place elsewhere if imported from elsewhere - [ ] deprecation error with raise and point to new function location if called or could be called when no import is required **Step 2** - [ ] replace with imports if used in "sister module" to reduce code redundancy **Step 3** - [ ] finalize consolidated module name and location
Delete, move, and consolidate functions. We should do this in 3 steps:
Step 1
Step 2
Step 3