grocy-cli/grocy/commands/product.py

4 lines
96 B
Python

class Product(object):
def __init__(self, **entries):
self.__dict__.update(entries)