| """Learning Munsell - Machine Learning for Munsell Color Conversions.""" | |
| from pathlib import Path | |
| __all__ = ["PROJECT_ROOT"] | |
| PROJECT_ROOT = Path(__file__).parent.parent | |
| """Learning Munsell - Machine Learning for Munsell Color Conversions.""" | |
| from pathlib import Path | |
| __all__ = ["PROJECT_ROOT"] | |
| PROJECT_ROOT = Path(__file__).parent.parent | |