from django.apps import AppConfig


class FirstAppConfig(AppConfig):
    name = 'first_app'
