
    Mhc                         d dl mZ ddlmZmZmZ ddlmZ ddlm	Z	 ddl
mZ ddlmZmZ ddlmZ dd	lmZ  G d
 de	          Zg dZdS )    )List   )BaseDirectiveDirectiveParserDirectivePlugin)FencedDirective)RSTDirective)
Admonition)FigureImage)Include)TableOfContentsc                   4     e Zd Zdee         ddf fdZ xZS )RstDirectivepluginsreturnNc                     t          t          |                               |           dd l}|                    dt
          d           d S )Nr   z@'RstDirective' is deprecated, please use 'RSTDirective' instead.   )
stacklevel)superr   __init__warningswarnDeprecationWarning)selfr   r   	__class__s      [/var/www/html/test/jupyter/venv/lib/python3.11/site-packages/mistune/directives/__init__.pyr   zRstDirective.__init__   sX    lD!!**7333N 	 	
 	
 	
 	
 	
    )__name__
__module____qualname__r   r   r   __classcell__)r   s   @r   r   r      sP        
_ 5 
$ 
 
 
 
 
 
 
 
 
 
r   r   )
r   r   r   r	   r   r
   r   r   r   r   N)typingr   _baser   r   r   _fencedr   _rstr	   
admonitionr
   imager   r   includer   tocr   r   __all__ r   r   <module>r-      s          B B B B B B B B B B $ $ $ $ $ $       " " " " " "                                  	
 	
 	
 	
 	
< 	
 	
 	
  r   