Passed
Push — master ( 863a60...41e8a0 )
by Michael
15:33
created

aiohttp_rpc   A

Complexity

Total Complexity 0

Size/Duplication

Total Lines 6
Duplicated Lines 0 %

Importance

Changes 0
Metric Value
wmc 0
eloc 6
dl 0
loc 6
rs 10
c 0
b 0
f 0
1
from . import client, constants, decorators, errors, middlewares, protocol, server, utils
2
from .client import BaseJsonRpcClient, JsonRpcClient, WsJsonRpcClient
3
from .decorators import rpc_method
4
from .protocol import *
5
from .server import BaseJsonRpcServer, JsonRpcServer, WsJsonRpcServer, rpc_server
6