davidchua / pymessenger

A Python Wrapper for the FB Messenger Bot API (Send/Receive API)
MIT License
457 stars 183 forks source link

Make Bot class new class #37

Open cnbeining opened 7 years ago

cnbeining commented 7 years ago

A new class shall provide better support across Python 2.x and 3.x when developer wants to inherit the class.