from django.apps import AppConfig


class CitationgeneratorConfig(AppConfig):
    name = 'citationgenerator'
