gunthercox/ChatterBot

View on GitHub
chatterbot/ext/django_chatterbot/apps.py

Summary

Maintainability
A
0 mins
Test Coverage
from django.apps import AppConfig


class DjangoChatterBotConfig(AppConfig):

    name = 'chatterbot.ext.django_chatterbot'
    label = 'django_chatterbot'
    verbose_name = 'Django ChatterBot'