vk: add messages processing

This commit is contained in:
Dima Gerasimov 2020-07-30 22:25:12 +01:00
parent 2d31330576
commit 7398efc716
2 changed files with 101 additions and 0 deletions

3
my/vk/all.py Normal file
View file

@ -0,0 +1,3 @@
def messages():
from . import vk_messages_backup as VMB
yield from VMB.messages()