Files
myapp-full/myapp/api/__init__.py
2022-05-03 22:34:52 +03:00

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
)