Remove client.py

Undocumented
This commit is contained in:
Mads Marquart
2019-06-23 17:38:42 +02:00
parent 53c19f473b
commit fd9aa7ee90

View File

@@ -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