|
"""
|
|
Core package for CommonsGrid community-managed prototype.
|
|
This package includes lightweight DSL sketches and toy adapters
|
|
to bootstrap interoperability with a CatOpt-like IR.
|
|
"""
|
|
from . import dsl as dsl
|
|
from . import adapters as adapters
|
|
|
|
__all__ = ["dsl", "adapters"]
|