Files
SDL3CPlusPlus/packages/materialx/python/MaterialX/__init__.py
2026-01-09 23:21:38 +00:00

10 lines
141 B
Python
Executable File

from .main import *
from .colorspace import *
try:
from .legacy import *
except ImportError:
pass
__version__ = getVersionString()