Source code for masterblaster.headers

from __future__ import annotations
import json
from collections import abc
from typing import Any, Iterator


__all__ = [
    "Header",
]