Files
myapp-full/myapp/ns_api/__init__.py
RemiZOffAlex 60802cec8e Update
2019-04-26 15:38:41 +03:00

14 lines
261 B
Python

__author__ = 'RemiZOffAlex'
__copyright__ = '(c) RemiZOffAlex'
__license__ = 'MIT'
__email__ = 'remizoffalex@mail.ru'
__url__ = 'https://remizoffalex.ru'
from flask_jsonrpc import JSONRPC
from .. import app
jsonrpc = JSONRPC(app, '/api')
from . import user