File size: 204 Bytes
a8b4b87 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | """Amaru — Andean Ouroboros brain runtime."""
__version__ = "0.1.0"
CHAKRA_ORDER: tuple[str, ...] = (
"root",
"sacral",
"solar",
"heart",
"throat",
"third_eye",
"crown",
)
|