mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-11-11 03:20:35 +00:00
Split Session into three parts and make a module for sessions
This commit is contained in:
3
telethon/sessions/__init__.py
Normal file
3
telethon/sessions/__init__.py
Normal file
@@ -0,0 +1,3 @@
|
||||
from .abstract import Session
|
||||
from .memory import MemorySession
|
||||
from .sqlite import SQLiteSession
|
||||
Reference in New Issue
Block a user