Practica2025/bot/apps.py
2025-12-29 04:26:49 +03:00

6 lines
81 B
Python

from django.apps import AppConfig
class BotConfig(AppConfig):
name = 'bot'