o
    MfI                     @   sH   d Z ddlmZmZmZ ddlmZ G dd deZG dd deZd	S )
zThis file and its contents are licensed under the Apache License 2.0. Please see the included NOTICE for copyright information and LICENSE for a copy of the license.
    )	CharFieldHiddenInput	ModelForm   )Organizationc                   @   s,   e Zd ZdZee ddZG dd dZdS )OrganizationForm F)widgetrequiredc                   @      e Zd ZeZdZdS )zOrganizationForm.MetatitleN__name__
__module____qualname__r   modelfields r   r   b/var/www/html/analyze/labelStudio/lib/python3.10/site-packages/label_studio/organizations/forms.pyMeta       r   N)r   r   r   __doc__r   r   
org_updater   r   r   r   r   r   	   s    r   c                   @   s   e Zd ZdZG dd dZdS )OrganizationSignupFormr   c                   @   r   )zOrganizationSignupForm.Metar   Nr   r   r   r   r   r      r   r   N)r   r   r   r   r   r   r   r   r   r      s    r   N)	r   django.formsr   r   r   modelsr   r   r   r   r   r   r   <module>   s
    
