foerderbarometer/input/apps.py

5 lines
85 B
Python
Executable file

from django.apps import AppConfig
class InputConfig(AppConfig):
name = 'input'