selecta-highscore/highscore/scores/apps.py
2026-06-12 00:26:39 +02:00

6 lines
87 B
Python

from django.apps import AppConfig
class ScoresConfig(AppConfig):
name = "scores"