8 lines
190 B
Python
8 lines
190 B
Python
"""Single-stream Brain engineering prototype.
|
|
|
|
This package intentionally exposes no Brain-to-Bell transport. T-018 owns
|
|
that contract and its delivery semantics.
|
|
"""
|
|
|
|
__version__ = "0.1.0"
|