diff --git a/utils.py b/utils.py index 2ba0c92..45d3e0c 100644 --- a/utils.py +++ b/utils.py @@ -1,3 +1,5 @@ +import re + def user_response_multi(message, choices): for i, choice in enumerate(choices): print(f'{i+1}. {choice}')