Skip to content

Commit

Permalink
fix : NAFAS_VERSION location updated
Browse files Browse the repository at this point in the history
  • Loading branch information
sepandhaghighi committed Dec 31, 2024
1 parent 1cb6c29 commit 1afdf4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nafas/params.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# -*- coding: utf-8 -*-
"""nafas parameters."""

NAFAS_VERSION = "0.8"

NAFAS_DESCRIPTION = """
Breathing gymnastics is a system of breathing exercises that focuses on the treatment of various diseases and general health promotion.
Nafas is a collection of breathing gymnastics designed to reduce the exhaustion of long working hours.
Expand All @@ -24,8 +26,6 @@
3. If you feel dizzy, nauseous, or lightheaded stop practicing and rest
"""

NAFAS_VERSION = "0.8"

SOUND_WARNING_MESSAGE = "Your device is not compatible with our underlying sound-playing library. You can refer to https://github.com/openscilab/nava."

EXIT_MESSAGE = "See you. Bye!"
Expand Down

0 comments on commit 1afdf4b

Please sign in to comment.