
    vg                     *    d Z ddlmZ  G d de      Zy)z	
apps.py
    )	AppConfigc                       e Zd ZdZdZdZy)EmployeeConfiga@  
    AppConfig for the 'employee' app.

    This class represents the configuration for the 'employee' app. It provides
    the necessary settings and metadata for the app.

    Attributes:
        default_auto_field (str): The default auto field to use for model field IDs.
        name (str): The name of the app.
    zdjango.db.models.BigAutoFieldemployeeN)__name__
__module____qualname____doc__default_auto_fieldname     !/var/www/horilla/employee/apps.pyr   r      s    	 9Dr   r   N)r
   django.appsr   r   r   r   r   <module>r      s    "Y r   