package y2023.m12.d14.fsm.swch;

public enum EntranceMachineState {
    UNLOCKED,
    LOCKED
}