aiogram/tests/modules_for_tests/small_module.py
2021-12-16 02:53:01 +03:00

4 lines
96 B
Python

from aiogram import Router
router = Router(name="small_module")
print("small_module imported")