Add enum for typing action

This commit is contained in:
Lonami Exo
2021-10-16 12:40:25 +02:00
parent dbe66bf805
commit 03de901b7f
4 changed files with 58 additions and 37 deletions

View File

@@ -1,4 +1,5 @@
from ._misc.enums import (
ConnectionMode,
Participant,
Action,
)