mirror of
https://github.com/dizedev/vk_lp.git
synced 2026-09-17 03:58:56 +00:00
4 lines
143 B
Python
4 lines
143 B
Python
from . import game_handler, deletedmsg, info_bot, rewards, ping
|
|
|
|
labelers = [game_handler.bl, deletedmsg.bl, info_bot.bl, rewards.bl, ping.bl]
|