7 lines
217 B
Python
7 lines
217 B
Python
# -*- coding: utf-8 -*-
|
|
# bthlabs-jsonrpc-aiohttp | (c) 2022-present Tomek Wójcik | MIT License
|
|
from .executor import AioHttpExecutor # noqa: F401
|
|
from .views import JSONRPCView # noqa: F401
|
|
|
|
__version__ = '1.1.0'
|