U
    ‰d8  ã                   @   s0   d Z ddlmZ ddlmZ G dd„ deƒZdS )zX
Wrapper for loading templates from "templates" directories in INSTALLED_APPS
packages.
é    ©Úget_app_template_dirsé   )ÚLoaderc                   @   s   e Zd Zdd„ ZdS )r   c                 C   s   t dƒS )NZ	templatesr   )Úself© r   úK/tmp/pip-unpacked-wheel-7vj2equ7/django/template/loaders/app_directories.pyÚget_dirs   s    zLoader.get_dirsN)Ú__name__Ú
__module__Ú__qualname__r	   r   r   r   r   r      s   r   N)Ú__doc__Zdjango.template.utilsr   Ú
filesystemr   ZFilesystemLoaderr   r   r   r   Ú<module>   s   