Spaces:
Sleeping
Sleeping
| __all__ = ["spine_coder_core"] | |
| __version__ = "1.0" | |
| # Ensure pytest & Colab both see this folder as a package | |
| import os, sys | |
| root = os.path.abspath(os.path.dirname(__file__) + "/..") | |
| if root not in sys.path: | |
| sys.path.insert(0, root) | |
| print("spine_coder package ready:", __version__) | |