
    Hwg8                     6    d Z ddlmZ ddlmZ  G d de      Zy)zX
Wrapper for loading templates from "templates" directories in INSTALLED_APPS
packages.
    get_app_template_dirs   )Loaderc                       e Zd Zd Zy)r   c                     t        d      S )N	templatesr   )selfs    ^/var/www/horilla/myenv/lib/python3.12/site-packages/django/template/loaders/app_directories.pyget_dirszLoader.get_dirs   s    $[11    N)__name__
__module____qualname__r    r   r   r   r      s    2r   r   N)__doc__django.template.utilsr   
filesystemr   FilesystemLoaderr   r   r   <module>r      s   
 8 22 2r   