Files
twitch-drop-notifier/twitch_app/apps.py
2024-07-01 05:56:36 +02:00

7 lines
158 B
Python

from django.apps import AppConfig
class TwitchConfig(AppConfig):
default_auto_field: str = "django.db.models.BigAutoField"
name: str = "twitch_app"