U
    h                     @   sR   d dl mZ d dlmZ d dlZddlmZ ddlmZm	Z	 G dd dej
Z
dS )	    )Any)ClassVarN   )_models)PYDANTIC_V1
ConfigDictc                   @   s>   e Zd ZU er"G dd dejZnedddZe	e e
d< dS )	BaseModelc                   @   s*   e Zd ZU ejjZeed< dZ	e
ed< dS )zBaseModel.ConfigextraTarbitrary_types_allowedN)__name__
__module____qualname__pydanticZExtraignorer	   r   __annotations__r
   bool r   r   6/tmp/pip-unpacked-wheel-dms8d3uv/openai/cli/_models.pyConfig   s   
r   r   T)r	   r
   model_configN)r   r   r   r   r   Z
BaseConfigr   r   r   r   r   r   r   r   r   r   
   s   
r   )typingr   Ztyping_extensionsr   r    r   _compatr   r   r   r   r   r   r   <module>   s
   