
    	]jI                     T    d Z ddlmZmZmZ ddlmZ  G d de      Z G d de      Zy	)
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                   B    e Zd ZdZ e e       d      Z G d d      Zy)OrganizationForm F)widgetrequiredc                       e Zd ZeZdZy)OrganizationForm.MetatitleN__name__
__module____qualname__r   modelfields     J/root/env/lib/python3.12/site-packages/label_studio/organizations/forms.pyMetar          r   r   N)r   r   r   __doc__r   r   
org_updater   r   r   r   r	   r	   	   s    +-%@J r   r	   c                   $    e Zd ZdZ G d d      Zy)OrganizationSignupFormr
   c                       e Zd ZeZdZy)OrganizationSignupForm.Metar   Nr   r   r   r   r   r!      r   r   r   N)r   r   r   r   r   r   r   r   r   r      s     r   r   N)	r   django.formsr   r   r   modelsr   r	   r   r   r   r   <module>r$      s-    ; :  y Y r   