from element import Element

class Body(Element):
    def __init__(self):
        super().__init__('body')