class Pad: def __init__(self, name, x, y, w, h, layer="GTL"): self.name = name self.x = x self.y = y self.w = w self.h = h self.layer = layer