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

Replaced Absolute Paths with Relative #54

Closed 13ERT closed 2 months ago

13ERT commented 2 months ago

For Example:

from odins_spear.requester

is now

from .requester

"." - Current Directory ".." - Parent Directory "..." - Grandparent Directory