1 2 3 4 5 6
//! Config types for the workflow graph. //! //! Mirrors Python `operonx/core/configs/`. pub mod edge_config; pub mod op_config;