Completed
Push — master ( 87fb07...159278 )
by Jerome
01:13
created

Config.__init__()   A

Complexity

Conditions 2

Size

Total Lines 3

Duplication

Lines 0
Ratio 0 %

Importance

Changes 1
Bugs 0 Features 0
Metric Value
cc 2
c 1
b 0
f 0
dl 0
loc 3
rs 10
1
class Config:
2
    def __init__(self,dict):
3
        if True:
4
            pass
5
6