package PatternCreational;

public enum Type {
    CITY_CAR, SPORTS_CAR, SUV
}
