package ProjectElectricLocomotive;

public enum Status {
    NotInit,
    InProgress,
    Finish
}