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