1
0
mirror of https://gitlab.com/animath/si/plateforme-corres2math.git synced 2025-07-04 02:12:08 +02:00
Files
plateforme-corres2math/apps/participation/apps.py
2020-09-21 15:41:55 +02:00

6 lines
101 B
Python

from django.apps import AppConfig
class ParticipationConfig(AppConfig):
name = 'participation'