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