o
    Ӎdh                     @   s   d dl Z dddZdS )    Nagenciesc                 C   s(   | d| j  dtt dd  dS )an  
    Define the dynamic upload path for the logo.

    Args:
        instance (Channel): The Channel instance.
        filename (str): The original filename of the uploaded file.
        folder_name (str, optional): The name of the folder where the file should be stored.  Defaults to 'agencies'.

    Returns:
        str: The dynamic upload path for the logo.
    /N   z.png)namestruuiduuid4)instancefilenameZfolder_name r   JC:\Users\vibe-look\OneDrive\Desktop\Adtlas_V\src\apps\advertisers\utils.pyagencies_logo_upload_path   s   (r   )r   )r   r   r   r   r   r   <module>   s    