6 lines
126 B
Python
6 lines
126 B
Python
|
|
from django.apps import AppConfig
|
||
|
|
|
||
|
|
|
||
|
|
class MarktbegleiterConfig(AppConfig):
|
||
|
|
name = 'vergabe_teilnahme.apps.marktbegleiter'
|