first commit
This commit is contained in:
18
vk_api/__init__.py
Normal file
18
vk_api/__init__.py
Normal file
@@ -0,0 +1,18 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
"""
|
||||
:authors: python273
|
||||
:license: Apache License, Version 2.0, see LICENSE file
|
||||
|
||||
:copyright: (c) 2019 python273
|
||||
"""
|
||||
from .enums import *
|
||||
from .exceptions import *
|
||||
from .requests_pool import VkRequestsPool, vk_request_one_param_pool
|
||||
from .tools import VkTools
|
||||
from .upload import VkUpload
|
||||
from .vk_api import VkApi
|
||||
|
||||
|
||||
__author__ = 'python273'
|
||||
__version__ = '11.9.9'
|
||||
__email__ = 'vk_api@python273.pw'
|
||||
Reference in New Issue
Block a user