7 lines
174 B
Python
7 lines
174 B
Python
from django.apps import AppConfig
|
|
|
|
class BotConfigApp(AppConfig):
|
|
default_auto_field = "django.db.models.BigAutoField"
|
|
name = "bot"
|
|
verbose_name = "Telegram Bot"
|