package ch9.large;

public enum ItemType {
    ELECTRONIC,
    OTHER
}
