Make Session public

This commit is contained in:
Mads Marquart
2020-01-08 10:33:25 +01:00
parent 092573fcbb
commit 41f1007936
3 changed files with 55 additions and 12 deletions

View File

@@ -38,9 +38,9 @@ ACONTEXT = {
class Client:
"""A client for the Facebook Chat (Messenger).
This is the main class, which contains all the methods you use to interact with
Facebook. You can extend this class, and overwrite the ``on`` methods, to provide
custom event handling (mainly useful while listening).
This contains all the methods you use to interact with Facebook. You can extend this
class, and overwrite the ``on`` methods, to provide custom event handling (mainly
useful while listening).
"""
@property