aboutsummaryrefslogtreecommitdiffstats
path: root/basecommunicator.py
diff options
context:
space:
mode:
authorjantuomi <jans.tuomi@gmail.com>2016-07-19 14:50:22 +0300
committerjantuomi <jans.tuomi@gmail.com>2016-07-19 14:50:22 +0300
commit9d94a01b631676b54f680c2571ae4dbba9ccd037 (patch)
tree2cac58eba2cd5d29ae0c2192efc5ca365dde7f74 /basecommunicator.py
parent080cfd6cfe946e243239af201dea8466abaee020 (diff)
Restructure project
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):
- ...