Correct privacy on sessions module

This commit is contained in:
Lonami Exo 2021-09-19 18:24:16 +02:00
parent 26f6c62ce4
commit cfe47a0434
7 changed files with 12 additions and 0 deletions

12
telethon/sessions.py Normal file
View File

@ -0,0 +1,12 @@
from ._sessions.types import (
DataCenter,
SessionState,
ChannelState,
Entity,
)
from ._sessions import (
Session,
MemorySession,
SQLiteSession,
StringSession,
)