mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2024-11-25 19:03:46 +03:00
Correct privacy on sessions module
This commit is contained in:
parent
26f6c62ce4
commit
cfe47a0434
12
telethon/sessions.py
Normal file
12
telethon/sessions.py
Normal file
|
@ -0,0 +1,12 @@
|
|||
from ._sessions.types import (
|
||||
DataCenter,
|
||||
SessionState,
|
||||
ChannelState,
|
||||
Entity,
|
||||
)
|
||||
from ._sessions import (
|
||||
Session,
|
||||
MemorySession,
|
||||
SQLiteSession,
|
||||
StringSession,
|
||||
)
|
Loading…
Reference in New Issue
Block a user