7 lines
78 B
Python
7 lines
78 B
Python
from aiogram import Router
|
|
|
|
from .router import router
|
|
|
|
|
|
__all__ = ["router"]
|