first commit
This commit is contained in:
14
jconfig/__init__.py
Normal file
14
jconfig/__init__.py
Normal file
@@ -0,0 +1,14 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
"""
|
||||
:authors: python273
|
||||
:license: Apache License, Version 2.0, see LICENSE file
|
||||
|
||||
:copyright: (c) 2019 python273
|
||||
"""
|
||||
|
||||
__author__ = 'python273'
|
||||
__version__ = '3.0'
|
||||
__email__ = 'vk_api@python273.pw'
|
||||
|
||||
from .jconfig import Config
|
||||
from .memory import MemoryConfig
|
||||
Reference in New Issue
Block a user