aboutsummaryrefslogtreecommitdiffstats
path: root/basecommunicator.py
diff options
context:
space:
mode:
Diffstat (limited to 'basecommunicator.py')
-rw-r--r--basecommunicator.py10
1 files changed, 0 insertions, 10 deletions
diff --git a/basecommunicator.py b/basecommunicator.py
deleted file mode 100644
index f4f8337..0000000
--- a/basecommunicator.py
+++ /dev/null
@@ -1,10 +0,0 @@
-class BaseCommunicator:
- """Parent class for Telegram and shoutbox API communicators"""
-
- @staticmethod
- def fetch():
- ...
-
- @staticmethod
- def send(data):
- ...