From 2e47014923f6fd5f99f14b479aca2b84a582fee6 Mon Sep 17 00:00:00 2001 From: hornet Date: Sat, 16 Oct 2021 12:16:37 -0400 Subject: [PATCH] Adding python client directory --- src/py-cli/main.py | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/py-cli/main.py diff --git a/src/py-cli/main.py b/src/py-cli/main.py new file mode 100644 index 0000000..f556c5f --- /dev/null +++ b/src/py-cli/main.py @@ -0,0 +1,5 @@ +""" +A client to send an encrypted message to another client + +@author hornetfighter515 +"""