package com.t2404e.aihealthcoach.enums;

public enum StressLevel {
    LOW,
    MEDIUM,
    HIGH,
    VERY_HIGH
}
