summaryrefslogtreecommitdiffstats
path: root/src/ansiblelint/schemas/__init__.py
blob: bc93fe4b144d1169d60e12ca557cf86fb63a4b5b (plain)
1
2
3
4
"""Module containing cached JSON schemas."""
from ansiblelint.schemas.main import JSON_SCHEMAS, refresh_schemas, validate_file_schema

__all__ = ("JSON_SCHEMAS", "refresh_schemas", "validate_file_schema")