Skip to content

Commit 96ba2ed

Browse files
committed
Add initial ext.routines implementation.
1 parent dfaf8c7 commit 96ba2ed

File tree

4 files changed

+550
-2
lines changed

4 files changed

+550
-2
lines changed

docs/exts/routines/index.rst

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
Routines
22
########
33

4-
.. important::
4+
.. attributetable:: twitchio.ext.routines.Routine
55

6-
This feature has not yet been implemented.
6+
.. autoclass:: twitchio.ext.routines.Routine
7+
:members:
8+
9+
.. autofunction:: twitchio.ext.routines.routine

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ packages = [
3434
"twitchio.authentication",
3535
"twitchio.web",
3636
"twitchio.ext.commands",
37+
"twitchio.ext.routines",
3738
"twitchio.types_",
3839
]
3940
include-package-data = true

twitchio/ext/routines/.gitkeep

Whitespace-only changes.

0 commit comments

Comments
 (0)