5 lines
90 B
Python
5 lines
90 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class ChatBoxConfig(AppConfig):
|
|
name = "chat_box"
|