Passed
Push — master ( 8237dc...91831d )
by Steffen
01:46
created

tw_serverinfo.utility   A

Complexity

Total Complexity 0

Size/Duplication

Total Lines 6
Duplicated Lines 0 %

Test Coverage

Coverage 100%

Importance

Changes 0
Metric Value
eloc 3
dl 0
loc 6
ccs 2
cts 2
cp 1
rs 10
c 0
b 0
f 0
wmc 0
1
#!/usr/local/bin/python
2
# coding: utf-8
3 1
from tw_serverinfo.utility.countries import custom_countries
4
5
__all__ = [custom_countries]
6