13 lines
189 B
Python
13 lines
189 B
Python
__author__ = 'RemiZOffAlex'
|
|
__copyright__ = '(c) RemiZOffAlex'
|
|
__email__ = 'remizoffalex@mail.ru'
|
|
|
|
from jsonrpc import JSONRPC
|
|
|
|
|
|
jsonrpc = JSONRPC()
|
|
|
|
from . import ( # noqa F401
|
|
user
|
|
)
|