diff options
| author | jantuomi <jans.tuomi@gmail.com> | 2016-07-19 14:50:22 +0300 |
|---|---|---|
| committer | jantuomi <jans.tuomi@gmail.com> | 2016-07-19 14:50:22 +0300 |
| commit | 9d94a01b631676b54f680c2571ae4dbba9ccd037 (patch) | |
| tree | 2cac58eba2cd5d29ae0c2192efc5ca365dde7f74 /basecommunicator.py | |
| parent | 080cfd6cfe946e243239af201dea8466abaee020 (diff) | |
Restructure project
Diffstat (limited to 'basecommunicator.py')
| -rw-r--r-- | basecommunicator.py | 10 |
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): - ... |
