Source code for chatbot.apps

from django.apps import AppConfig

[docs]class ChatbotConfig(AppConfig): name = 'chatbot'