Jordan-Prescott / odins_spear

Python library for Odin's API to build and manage Broadworks installations.
https://docs.jordan-prescott.com/odins_spear
MIT License
6 stars 1 forks source link

All absolute paths need to be changed to relevant #53

Closed Jordan-Prescott closed 2 months ago

Jordan-Prescott commented 2 months ago

There are multiple imports throughout the codebase which uses the name of the library in the import. For example odins_spear import api in the odins_spear/store/data_store.py file, these all need to be changed to relevant paths.

This example should be '.. import api' therefore no matter where this is being used it will be look inside the package.