Completed
Push — master ( 3262a6...1cd89d )
by Mathias
40s
created

EndpointConfig   A

Complexity

Total Complexity 0

Size/Duplication

Total Lines 3
Duplicated Lines 0 %

Importance

Changes 1
Bugs 0 Features 1
Metric Value
wmc 0
c 1
b 0
f 1
dl 0
loc 3
rs 10
1
from django.apps import AppConfig
2
3
4
class EndpointConfig(AppConfig):
5
    name = 'pyfreebilling.endpoint'
6
    verbose_name = "endpoint"
7