def load_json_file()

in scripts/calculate_statistics.py [0:0]


def load_json_file(filepath: str) -> Dict:
    with open(filepath, 'r') as f:
        return json.load(f)