package edu.stuy.goldfish.rules; import edu.stuy.goldfish.Patch; public class Conway extends RuleSet { public Conway () { Patch p = new Patch(); } }