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
This module facilitates the creation of commands for a Talkomatic bot.
3
It supports the creation of commands with arguments, and better readability,
4
while facilitating the creation of commands.
5
"""
6
7
from
.command
import
*
8
9
__all__ = [
"Command"
,
"CommandParameter"
,
"INFINITE_ARGS"
]
talkomatic
commands
__init__.py
Generated by
1.13.2