bot.apps   A
last analyzed

Complexity

Total Complexity 0

Size/Duplication

Total Lines 7
Duplicated Lines 0 %

Importance

Changes 0
Metric Value
wmc 0
eloc 5
dl 0
loc 7
rs 10
c 0
b 0
f 0
1
from django.apps import AppConfig
2
3
4
class BotConfig(AppConfig):
5
    default_auto_field = 'django.db.models.BigAutoField'
6
    name = 'bot'
7