Beispiel #1
0
    def add_category(category):
        name = category.get('name')
        material = category.get('material')

        Category.create_category(name=name, material=material)