feat: add Label enum with NORMAL and ARRHYTHMIA values

This commit is contained in:
2025-12-05 21:26:51 +01:00
parent fc1d4855ba
commit bcbfd8b85c

View File

@@ -0,0 +1,6 @@
package de.th_luebeck.ws25;
public enum Label {
NORMAL,
ARRHYTHMIA;
}