"""GameDesignOS local runtime prototype."""

from .constants import RUNTIME_VERSION

__all__ = ["RUNTIME_VERSION"]
__version__ = RUNTIME_VERSION
