Sub-module Import

To reduce characters in code when referencing the library, you can import specific sub-modules.

from <project_name> import <submodule_name>

Note

Replace <project_name> with Elevaso-Spine in the pip install and import code above. Replace <submodule_name> with the project sub-directory.