From fd9aa7ee906e74f97b5e49a1ac09c0985092770c Mon Sep 17 00:00:00 2001 From: Mads Marquart Date: Sun, 23 Jun 2019 17:38:42 +0200 Subject: [PATCH] Remove client.py Undocumented --- fbchat/client.py | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 fbchat/client.py diff --git a/fbchat/client.py b/fbchat/client.py deleted file mode 100644 index 9244327..0000000 --- a/fbchat/client.py +++ /dev/null @@ -1,7 +0,0 @@ -# -*- coding: UTF-8 -*- -"""This file is here to maintain backwards compatability.""" -from __future__ import unicode_literals - -from .utils import * -from .models import * -from ._client import Client