feat: add Label enum with NORMAL and ARRHYTHMIA values
This commit is contained in:
@@ -0,0 +1,6 @@
|
|||||||
|
package de.th_luebeck.ws25;
|
||||||
|
|
||||||
|
public enum Label {
|
||||||
|
NORMAL,
|
||||||
|
ARRHYTHMIA;
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user