jsons.classes   A
last analyzed

Complexity

Total Complexity 0

Size/Duplication

Total Lines 7
Duplicated Lines 0 %

Importance

Changes 0
Metric Value
wmc 0
eloc 6
dl 0
loc 7
rs 10
c 0
b 0
f 0
1
from jsons.classes.json_serializable import JsonSerializable
2
from jsons.classes.verbosity import Verbosity
3
4
__all__ = [
5
    JsonSerializable.__name__,
6
    Verbosity.__name__
7
]
8