package net.shadowfacts.asmr.program /** * @author shadowfacts */ interface ProgramBlock { val inputs: Array> val outputs: Array> }