ключ, статистика, срок

This commit is contained in:
Vlad
2024-09-16 06:50:53 +03:00
parent 40365a5324
commit 86c86c9198
3 changed files with 26 additions and 52 deletions
+1
View File
@@ -1,6 +1,7 @@
import aiosqlite
from datetime import datetime
from config import DATABASE_PATH
import aiosqlite
async def init_db():
async with aiosqlite.connect(DATABASE_PATH) as db: