from Elementy import Elementy

class NakrycieGlowy(Elementy):
    def __init__(self):
        super().__init__('head')

class UbranieElementy(Elementy):
    def __init__(self):
        super().__init__('body')

class OczyElementy(Elementy):
    def __init__(self):
        super().__init__('eye')

class BronElementy(Elementy):
    def __init__(self):
        super().__init__('weapon')