8 lines
235 B
Python
8 lines
235 B
Python
"""Single-stage Authoring CDSL protocol.
|
|
|
|
The package intentionally separates policy from I/O. Delivery code composes
|
|
these modules with adapters; it must not bypass the command handlers.
|
|
"""
|
|
|
|
PROTOCOL_VERSION = "cad.single-stage.v1"
|