Skip to content

Commit 1c27030

Browse files
ruslan-korneevRuslan
andauthored
made it possible to import VkApiGroup (#453)
Co-authored-by: Ruslan <kornerus@fjfi.cvut.cz>
1 parent 9234976 commit 1c27030

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vk_api/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
from .requests_pool import VkRequestsPool, vk_request_one_param_pool
1111
from .tools import VkTools
1212
from .upload import VkUpload
13-
from .vk_api import VkApi
13+
from .vk_api import VkApi, VkApiGroup
1414

1515

1616
__author__ = 'python273'

0 commit comments

Comments
 (0)