# -*- coding: utf-8 -*- from django.apps import AppConfig class GitlabServiceConfig(AppConfig): name = 'gitlab_service'