Current section

Files

Jump to
helix priv graphs echo.dot.liquid
Raw

priv/graphs/echo.dot.liquid

digraph Echo{
Input [module=LiveInputModule]
Input2 [module=LiveInputModule]
Output [module=LiveOutputModule]
Input -> Output
Input2 -> Output
}