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 +"""