From bb41c9afd8e7a3bc567678c0ee32576971b87ecb Mon Sep 17 00:00:00 2001 From: Boateng Prince Agyenim <163312213+Mmabiaa@users.noreply.github.com> Date: Thu, 26 Dec 2024 04:01:13 +0000 Subject: [PATCH] Update contact_management.py --- Python_Begginer_Projects/Intermediate/contact_management.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Python_Begginer_Projects/Intermediate/contact_management.py b/Python_Begginer_Projects/Intermediate/contact_management.py index 327bba9..e33b7dd 100644 --- a/Python_Begginer_Projects/Intermediate/contact_management.py +++ b/Python_Begginer_Projects/Intermediate/contact_management.py @@ -53,3 +53,5 @@ def main_menu(): if __name__ == "__main__": main_menu() + +# Author - Mmabiaa