<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css" rel="stylesheet"
        integrity="sha384-GLhlTQ8iRABdZLl6O3oVMWSktQOp6b7In1Zl3/Jr59b6EGGoI1aFkw7cmDA6j6gD" crossorigin="anonymous">
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css"
        integrity="sha512-SzlrxWUlpfuzQ+pcUCosxcglQRNAq/DZjVsC0lE40xsADsfeQoEypE+enwcOiGjk/bSuGGKHEyjSoQ1zVisanQ=="
        crossorigin="anonymous" referrerpolicy="no-referrer" />
</head>
</html>
B
    ÉpSe¦  ã               @   s¤   d Z ddlmZmZmZmZmZ ddlmZm	Z	m
Z
mZmZ ddlmZ ddlmZmZmZmZmZmZ yddlmZ W n ek
r”   ddlZY nX e d¡ZdS )	a"  
An implementation of JSON Schema for Python

The main functionality is provided by the validator classes for each of the
supported JSON Schema versions.

Most commonly, `validate` is the quickest way to simply validate a given
instance under a schema, and will create a validator for you.
é    )Ú	ErrorTreeÚFormatErrorÚRefResolutionErrorÚSchemaErrorÚValidationError)ÚFormatCheckerÚdraft3_format_checkerÚdraft4_format_checkerÚdraft6_format_checkerÚdraft7_format_checker)ÚTypeChecker)ÚDraft3ValidatorÚDraft4ValidatorÚDraft6ValidatorÚDraft7ValidatorÚRefResolverÚvalidate)ÚmetadataNZ
jsonschema)Ú__doc__Zjsonschema.exceptionsr   r   r   r   r   Zjsonschema._formatr   r   r	   r
   r   Zjsonschema._typesr   Zjsonschema.validatorsr   r   r   r   r   r   Ú	importlibr   ÚImportErrorZimportlib_metadataÚversionÚ__version__© r   r   úD/opt/alt/python37/lib/python3.7/site-packages/jsonschema/__init__.pyÚ<module>	   s    