Make deprecated public client
module
This commit is contained in:
8
fbchat/client.py
Normal file
8
fbchat/client.py
Normal 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
|
Reference in New Issue
Block a user