from django.apps import AppConfig


class GscConfig(AppConfig):
    name = 'apps.gsc'
