mirror of
https://gitlab.com/animath/si/plateforme.git
synced 2025-03-16 16:37:32 +00:00
6 lines
100 B
Python
6 lines
100 B
Python
|
from django.apps import AppConfig
|
||
|
|
||
|
|
||
|
class TournamentConfig(AppConfig):
|
||
|
name = 'apps.tournament'
|