codicefiscale   A
last analyzed

Complexity

Total Complexity 0

Size/Duplication

Total Lines 17
Duplicated Lines 0 %

Importance

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