KelSolaar's picture
Initial commit.
3c7db92
raw
history blame contribute delete
172 Bytes
"""Learning Munsell - Machine Learning for Munsell Color Conversions."""
from pathlib import Path
__all__ = ["PROJECT_ROOT"]
PROJECT_ROOT = Path(__file__).parent.parent