talkomatic.py 0.1.2
An easy-to-use Python versatile wrapper for the Talkomatic Bot interface ensuring best practices for making bots, and handling the REST API.
 
Loading...
Searching...
No Matches
__init__.py
Go to the documentation of this file.
1"""
2talkomatic.api
3
4A module for each version of the Talkomatic REST API (latest is v1).
5"""
6
7from talkomatic.api import v1
8
9__all__ = ["v1"]