mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2026-09-10 10:46:00 +00:00
Split Session into three parts and make a module for sessions
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
from .abstract import Session
|
||||
from .memory import MemorySession
|
||||
from .sqlite import SQLiteSession
|
||||
Reference in New Issue
Block a user