From 6384f38db457ce41139bbe655060d5c277a6560c Mon Sep 17 00:00:00 2001 From: j3rome Date: Thu, 24 Jun 2021 02:28:11 -0400 Subject: [PATCH] * fix --- utils.py | 2 ++ 1 file changed, 2 insertions(+) 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}')