Files
cdsl-cad/backend/cdsl_importer/__init__.py
T
2026-08-25 17:41:24 +08:00

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.
"""