o
    ´eF  ã                   @   s,   d Z ddlmZmZmZ G dd„ deƒZdS )z:Interfaces used by augmentable objects.

Added in 0.4.0.

é    )Úprint_functionÚdivisionÚabsolute_importc                   @   s   e Zd ZdZdS )ÚIAugmentablea›  Interface of augmentable objects.

    This interface is right now only used to "mark" augmentable objects.
    It does not enforce any methods yet (but will probably in the future).

    Currently, only ``*OnImage`` clases are marked as augmentable.
    Non-OnImage objects are normalized to OnImage-objects.
    Batches are not yet marked as augmentable, but might be in the future.

    Added in 0.4.0.

    N)Ú__name__Ú
__module__Ú__qualname__Ú__doc__© r
   r
   úHD:\Projects\ConvertPro\env\Lib\site-packages\imgaug/augmentables/base.pyr   	   s    r   N)r	   Ú
__future__r   r   r   Úobjectr   r
   r
   r
   r   Ú<module>   s    