ctm-space / ctm /configs /__init__.py
Haofei Yu
update the deployable ctm (#22)
084fe8e unverified
raw
history blame
No virus
125 Bytes
from .ctm_config_base import BaseConsciousnessTuringMachineConfig
__all__ = [
"BaseConsciousnessTuringMachineConfig",
]