Telethon/telethon/sessions/__init__.py

5 lines
162 B
Python
Raw Normal View History

from .abstract import Session
from .memory import MemorySession
from .sqlite import SQLiteSession
2018-03-02 21:14:11 +03:00
from .sqlalchemy import AlchemySessionContainer, AlchemySession