Change the way connection modes are specified

This commit is contained in:
Lonami Exo
2021-09-18 12:49:44 +02:00
parent 783c1771ab
commit 3d36bb7b93
6 changed files with 84 additions and 20 deletions

3
telethon/enums.py Normal file
View File

@@ -0,0 +1,3 @@
from ._misc.enums import (
ConnectionMode,
)