# (c) Nelen & Schuurmans from typing import Any from typing import Dict __all__ = ["Json"] Json = Dict[str, Any]