package ppg.cmds; import ppg.parse.*; public interface Command extends Unparse { }