الملفات
Building-API-and-Monitoring…/venv/lib/python3.12/site-packages/flasgger/__init__.py
2025-09-27 23:34:33 +03:00

14 أسطر
544 B
Python

__version__ = '0.9.7.1'
__author__ = 'Bruno Rocha, Zixuan Rao, Flasgger team'
__email__ = 'flasgger@flasgger.org'
# Based on works of Bruno Rocha and the Flasgger open source community
from jsonschema import ValidationError # noqa
from .base import Swagger, Flasgger, NO_SANITIZER, BR_SANITIZER, MK_SANITIZER, LazyJSONEncoder # noqa
from .utils import swag_from, validate, apispec_to_template, LazyString # noqa
from .marshmallow_apispec import APISpec, SwaggerView, Schema, fields # noqa
from .constants import OPTIONAL_FIELDS # noqa