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