Passed
Push — master ( cb8661...b33fcc )
by Cyb3r
07:37 queued 11s
created

MetaStalk.utils   A

Complexity

Total Complexity 0

Size/Duplication

Total Lines 6
Duplicated Lines 0 %

Importance

Changes 0
Metric Value
eloc 4
dl 0
loc 6
rs 10
c 0
b 0
f 0
wmc 0
1
# pylint: disable=missing-module-docstring
2
from .web import graph
3
from .logger import make_logger
4
5
__all__ = ['graph', "make_logger"]
6