6 lines
158 B
Python
6 lines
158 B
Python
|
# -*- coding: utf-8 -*-
|
||
|
# django-jsonrpc-aiohttp | (c) 2022-present Tomek Wójcik | MIT License
|
||
|
from .views import JSONRPCView # noqa
|
||
|
|
||
|
__version__ = '1.0.0'
|