import theater.*;

public class <name> extends ActionHandler {

    @Override
    public void handleAction(Stage stage, Actor solist) {
        
    }
}