mirror of
https://gitlab.com/animath/si/plateforme-corres2math.git
synced 2024-12-26 07:02:22 +00:00
6 lines
101 B
Python
6 lines
101 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class ParticipationConfig(AppConfig):
|
|
name = 'participation'
|