From 9d94a01b631676b54f680c2571ae4dbba9ccd037 Mon Sep 17 00:00:00 2001 From: jantuomi Date: Tue, 19 Jul 2016 14:50:22 +0300 Subject: Restructure project --- basecommunicator.py | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 basecommunicator.py (limited to 'basecommunicator.py') 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): - ... -- cgit v1.3