7 lines
249 B
Python
7 lines
249 B
Python
"""Compatibility adapters for imported and historical CDSL documents.
|
|
|
|
This package is deliberately outside ``cdsl_engine``. It may lower retired
|
|
source syntax into the engine's generic CDSL contract, but is never imported
|
|
by the CDSL runtime.
|
|
"""
|