generated from geekiot/python-template
feature/database #9
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ from pathlib import Path
|
|||
from aiogram import Router
|
||||
from loguru import logger as loguru_logger
|
||||
|
||||
from .utils.registry import RouterRegistry
|
||||
from bot.utils.registry import RouterRegistry
|
||||
|
||||
# Main registry router for bot handlers.
|
||||
registry: RouterRegistry = RouterRegistry()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue