Make utils as package + fix python unresolved imports

This commit is contained in:
hteppl
2024-12-08 05:32:23 +03:00
parent cf6fcdbb76
commit 39aaa88532
4 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ import asyncpg
from bot import bot
from config import DATABASE_URL
from database import get_servers_from_db
from utils.database import get_servers_from_db
from logger import logger