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
"""
2
talkomatic.api
3
4
A module for each version of the Talkomatic REST API (latest is v1).
5
"""
6
7
from
talkomatic.api
import
v1
8
9
__all__ = [
"v1"
]
talkomatic.api
Definition
__init__.py:1
talkomatic
api
__init__.py
Generated by
1.13.2