Create a StringSession

This commit is contained in:
Lonami Exo
2018-08-05 16:24:34 +02:00
parent 63174ae404
commit 0011f19f8b
3 changed files with 123 additions and 67 deletions

View File

@@ -1,3 +1,4 @@
from .abstract import Session
from .memory import MemorySession
from .sqlite import SQLiteSession
from .string import StringSession