package model.bodyPart; /** * Represents the empty body parts list. */ public interface IEmptyBody extends IBody { }