This repository has been archived on 2025-07-31. You can view files and clone it, but cannot push or open issues or pull requests.
Files
fbchat/fbchat/client.py
2019-03-10 20:30:22 +01:00

8 lines
197 B
Python

# -*- 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