Create a class to get next (non-)leap year. `leap` should be a boolean argument to this method. This will be used to generate the next trackers (one for leap years and one for non-leap years).
Create a class to get next (non-)leap year.
leapshould be a boolean argument to this method.This will be used to generate the next trackers (one for leap years and one for non-leap years).