o
    >h                     @   sx   d Z ddlmZ ddlmZ ddlmZmZ eeeG dd dZeeeG dd dZ	eeeG d	d
 d
Z
dS )zR
I'm a test drop-in.  The plugin system's unit tests use me.  No one
else should.
    )provider)IPlugin)ITestPluginITestPlugin2c                   @      e Zd ZdZedddZdS )
TestPluginz4
    A plugin used solely for testing purposes.
    returnNc                   C      d S N r   r   r   y/var/www/vedio/testing/chatpythonscript.ninositsolution.com/env/lib/python3.10/site-packages/twisted/test/plugin_basic.pytest1      zTestPlugin.test1r   N)__name__
__module____qualname____doc__staticmethodr   r   r   r   r   r          r   c                   @   r   )AnotherTestPlugin:
    Another plugin used solely for testing purposes.
    r   Nc                   C   r	   r
   r   r   r   r   r   test"   r   zAnotherTestPlugin.testr   r   r   r   r   r   r   r   r   r   r   r      r   r   c                   @   r   )ThirdTestPluginr   r   Nc                   C   r	   r
   r   r   r   r   r   r   -   r   zThirdTestPlugin.testr   r   r   r   r   r   r   '   r   r   N)r   zope.interfacer   twisted.pluginr   twisted.test.test_pluginr   r   r   r   r   r   r   r   r   <module>   s   

