Passed
Push — master ( fde0cc...eef757 )
by Alexander
01:33
created

things-app   A

Complexity

Total Complexity 0

Size/Duplication

Total Lines 7
Duplicated Lines 0 %

Importance

Changes 0
Metric Value
eloc 4
dl 0
loc 7
rs 10
c 0
b 0
f 0
wmc 0
1
#!/usr/local/bin/python3
2
3
import things3.things3_app
4
5
if __name__ == '__main__':
6
    things3.things3_app.main()
7