ernestophone.ens.fr/instruments/apps.py
2021-04-29 00:27:33 +02:00

5 lines
97 B
Python

from django.apps import AppConfig
class InstrumentsConfig(AppConfig):
name = "instruments"