# Copyright (c) Facebook, Inc. and its affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. from typing import List, Tuple def blocks(a: str, b: str) -> List[Tuple[int, int, int, int]]: ...