from django.apps import AppConfig


class PayrollserviceConfig(AppConfig):
    name = 'payrollservice'
