from jednostka import Jednostka class Rycerz(Jednostka): def __init__(self): super().__init__(100, 20, 1, 5) def __str__(self): return 'R'