Skip to content

Commit

Permalink
fix : functions.py import section modified
Browse files Browse the repository at this point in the history
  • Loading branch information
sepandhaghighi committed Oct 22, 2024
1 parent c2c0e49 commit 8e4bc84
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion nafas/functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
from nafas.params import NAFAS_DESCRIPTION, NAFAS_NOTICE, STANDARD_MENU, STANDARD_MENU_ORDER, STEP_MAP
from nafas.params import PROGRAMS, PROGRAM_DESCRIPTION, SOUND_MAP, STEP_TEMPLATE, CYCLE_TEMPLATE
from nafas.params import SOUND_WARNING_MESSAGE, EXIT_MESSAGE, BAD_INPUT_MESSAGE, PROGRAM_END_MESSAGE
from nafas.params import MINUTES_TEMPLATE, SECONDS_TEMPLATE, PROGRAM_TIME_TEMPLATE, MENU_TEMPLATE_1, MENU_TEMPLATE_2
from nafas.params import MINUTES_TEMPLATE, SECONDS_TEMPLATE, PROGRAM_TIME_TEMPLATE
from nafas.params import MENU_TEMPLATE_1, MENU_TEMPLATE_2
import nava
import os
from warnings import warn
Expand Down

0 comments on commit 8e4bc84

Please sign in to comment.