9 lines
199 B
Python
9 lines
199 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class DjangoChatterBotConfig(AppConfig):
|
|
|
|
name = 'chatter.source.ext.django_chatterbot'
|
|
label = 'django_chatterbot'
|
|
verbose_name = 'Django ChatterBot'
|