Make deprecated public client module

This commit is contained in:
Mads Marquart
2019-02-24 23:06:29 +01:00
parent e5eccab871
commit c1861627fb

8
fbchat/client.py Normal file
View File

@@ -0,0 +1,8 @@
# -*- coding: UTF-8 -*-
"""This file is here to maintain backwards compatability."""
from __future__ import unicode_literals
from .utils import *
from .models import *
from .graphql import *
from ._client import Client