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.py
3
4
An easy-to-use Python versatile wrapper for the Talkomatic Bot interface ensuring best practices for making bots, and handling the REST API.
5
"""
6
7
8
from
.bot
import
Bot
9
from
.commands
import
*
10
from
.dataclasses
import
*
11
12
from
talkomatic
import
api
13
import
talkomatic.bot
14
import
talkomatic.commands
15
import
talkomatic.dataclasses
16
17
__all__ = [
18
"api"
,
19
"bot"
,
20
"dataclasses"
,
21
"Bot"
,
22
"Room"
,
23
"RoomType"
,
24
"RoomLayoutType"
,
25
"User"
,
26
"RateLimits"
,
27
"DISABLE_RATE_LIMITS"
28
]
29
__author__ =
"BatteRaquette581 & the talkomatic.py GitHub contributors"
30
__license__ =
"MIT"
31
__version__ =
"0.1.1"
32
__title__ =
"talkomatic.py"
talkomatic.bot
Definition
bot.py:1
talkomatic.commands
Definition
__init__.py:1
talkomatic.dataclasses
Definition
__init__.py:1
talkomatic
__init__.py
Generated by
1.13.2