//: c04:statemachine:Input.java
// Inputs to a state machine
package c04.statemachine;

public interface Input {} ///:~
