Пример #1
0
def monkey_patch_polygon(polygon: sg.Polygon) -> sg.Polygon:
    polygon._busboy_id = next(polygon_ids)  # type:ignore
    return polygon