mirror of
https://github.com/dizedev/vk_lp.git
synced 2026-09-17 07:28:50 +00:00
4 lines
191 B
Python
4 lines
191 B
Python
from . import game_handler, delete_msg, info_bot, rewards, ping, profile, add_friend
|
|
|
|
labelers = [game_handler.bl, delete_msg.bl, info_bot.bl, rewards.bl, ping.bl, profile.bl, add_friend.bl]
|