from jednostka import Jednostka class Piechur(Jednostka): def __init__(self): super().__init__(80, 15, 1, 7) def __str__(self): return 'P'