blob: 9a40996069abe04f8b3fd34568feaff9e35e02fe [file] [log] [blame]
/*
* See LICENSE file in distribution for copyright and licensing information.
*/
package org.yaml.snakeyaml;
public enum Suit {
CLUBS, DIAMONDS, HEARTS, SPADES
}