from django.apps import AppConfig

class EmpleadoConfig(AppConfig):
    name = 'empleado'
