generated from coulomb/repo-seed
6 lines
128 B
Python
6 lines
128 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class AusschreibungenConfig(AppConfig):
|
|
name = 'vergabe_teilnahme.apps.ausschreibungen'
|