package com.t2404e.aihealthcoach.enums;

public enum SleepDuration {
    LESS_THAN_FIVE,
    FIVE_TO_SEVEN,
    SEVEN_TO_NINE,
    MORE_THAN_NINE
}
