/*
============================================================
This is the "Geschlecht" file from Author: Philipp Kotte
written on: 05 / 10 / 2023 at: 23:31
*/
package Domain.Enums;
public enum Geschlecht {
KI, M, W, D;
}