benedict   A
last analyzed

Complexity

Total Complexity 0

Size/Duplication

Total Lines 19
Duplicated Lines 0 %

Importance

Changes 0
Metric Value
wmc 0
eloc 17
dl 0
loc 19
rs 10
c 0
b 0
f 0
1
from benedict.dicts import benedict
2
from benedict.metadata import (
3
    __author__,
4
    __copyright__,
5
    __description__,
6
    __license__,
7
    __title__,
8
    __version__,
9
)
10
11
__all__ = [
12
    "benedict",
13
    "__author__",
14
    "__copyright__",
15
    "__description__",
16
    "__license__",
17
    "__title__",
18
    "__version__",
19
]
20