pbf.statement.FaceStatement
5class FaceStatement(Statement): 6 def __init__(self, face: int) -> None: 7 super().__init__("face", **{"id": face})