1.4.1 Исправлены баги с SQL

This commit is contained in:
Verum
2025-02-28 13:47:24 +07:00
parent 2a8fdb70c6
commit 56401c95fd

View File

@@ -3,7 +3,7 @@
from aiogram import Router, types
from BotLibrary import *
from SQLite3.bd import base_sql
from SQLite3 import base_sql
# Настройка экспорта модулей и роутера
__all__ = ("router",)