from django.apps import AppConfig


class WikiGroupsConfig(AppConfig):
    name = "wiki_groups"
    verbose_name = "Wiki Groups"