package jazz.circuit.esterel;

//////////////////////////////////////////////////////////////////////////////
//
//                         Nothing statement (nothing)
//
//////////////////////////////////////////////////////////////////////////////

public class NothingStmt extends Stmt {
}