class Srodek: def __init__(self, id, nazwa, typ): self.id = id self.nazwa = nazwa self.typ = typ