aboutsummaryrefslogtreecommitdiff
path: root/dialoguer
diff options
context:
space:
mode:
authorTinWoodman92 <chrhodgden@gmail.com>2023-06-17 20:50:21 -0500
committerGitHub <noreply@github.com>2023-06-17 20:50:21 -0500
commit56ec802b7bb5452829270cec46132ec05829e37b (patch)
tree66a6c0926215741eba59d95022d99cf6de1b3e63 /dialoguer
parent6a57cf080a66315d5e8de48f0f0f2b4a441890c3 (diff)
Update __init__.py
added comments for future multi-module feature.
Diffstat (limited to 'dialoguer')
-rw-r--r--dialoguer/__init__.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/dialoguer/__init__.py b/dialoguer/__init__.py
index 6801d5e..6ef61c9 100644
--- a/dialoguer/__init__.py
+++ b/dialoguer/__init__.py
@@ -13,6 +13,8 @@ FORMAT = 'utf-8'
server = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
server.bind(ADDR)
+# could there be a defined sub-class that has all the sockets connection functions?
+# then the dialogue class launches and connects and loops
class Dialogue:
def __init__(self, file_name):
self.file_name = file_name