mirror of
https://gitlab.com/animath/si/plateforme-corres2math.git
synced 2025-02-06 14:53:02 +00:00
6 lines
95 B
Python
6 lines
95 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class EastereggsConfig(AppConfig):
|
|
name = 'eastereggs'
|