Test Failed
Push — master ( c6929c...db4166 )
by Thomas
10:57
created

exabgp.__main__   A

Complexity

Total Complexity 0

Size/Duplication

Total Lines 4
Duplicated Lines 0 %

Importance

Changes 0
Metric Value
eloc 4
dl 0
loc 4
rs 10
c 0
b 0
f 0
wmc 0
1
if __name__ == '__main__':
2
    from exabgp.application.main import main
3
    main()
4