5 lines
128 B
Python
5 lines
128 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class NachbetrachtungConfig(AppConfig):
|
|
name = 'vergabe_teilnahme.apps.nachbetrachtung'
|