aiogram/tests/modules_for_tests/small_module.py

5 lines
96 B
Python
Raw Normal View History

2021-12-16 02:53:01 +03:00
from aiogram import Router
router = Router(name="small_module")
print("small_module imported")