o
    tfR                     @   sH   d dl mZmZ d dlmZ d dlmZ dd ZG dd dejeZ	dS )	    )UnicodeBool)ExtensionApp)shimc                   C   s   dt dgS )Nz!notebook_shim.tests.mockextension)moduleZapp)MockExtensionApp r   r   j/var/www/html/software/conda/envs/catlas/lib/python3.10/site-packages/notebook_shim/tests/mockextension.py _jupyter_server_extension_points   s   r
   c                   @   s<   e Zd ZdZdZeddZeddZeddZ	eddZ
dS )r   z<Mock an extension app that previously inherited NotebookApp.ZmockextensionT)configN)__name__
__module____qualname____doc__namer   Zdefault_urlr   Zenable_mathjaxZallow_originZallow_origin_patr   r   r   r	   r      s    


r   N)
Z	traitletsr   r   Z$jupyter_server.extension.applicationr   Znotebook_shimr   r
   ZNotebookConfigShimMixinr   r   r   r   r	   <module>   s   
	