Files
n3wt-school/Back-End/GestionMessagerie/apps.py
2025-05-27 19:59:53 +02:00

4 lines
107 B
Python

from django.apps import AppConfig
class GestionMessagerieConfig(AppConfig):
name = 'GestionMessagerie'