build(agent): new-agents-3#dd492b iteration
This commit is contained in:
parent
9aa278c452
commit
1eabc7e277
|
|
@ -194,15 +194,15 @@ __all__ = [
|
||||||
"GoCRegistry",
|
"GoCRegistry",
|
||||||
"to_catopt",
|
"to_catopt",
|
||||||
"from_catopt",
|
"from_catopt",
|
||||||
# test-facing/new surface
|
# test-facing surface aliases for backwards compatibility
|
||||||
"SharedVariable",
|
"SharedVariable",
|
||||||
"DualVariable",
|
"DualVariable",
|
||||||
|
# compatibility with existing tooling in this repository
|
||||||
"CatOptBridge",
|
"CatOptBridge",
|
||||||
"GraphOfContracts",
|
"GraphOfContracts",
|
||||||
"sample_end_to_end_mapping",
|
"sample_end_to_end_mapping",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
class GraphOfContracts:
|
class GraphOfContracts:
|
||||||
"""Tiny in-memory registry compatible with tests."""
|
"""Tiny in-memory registry compatible with tests."""
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue