from django.apps import AppConfig


class MasterSkillsConfig(AppConfig):
    name = 'apps.master_skills'
