grocy-cli/grocy/commands/product.py

4 lines
96 B
Python
Raw Normal View History

2019-04-01 00:16:32 -05:00
class Product(object):
def __init__(self, **entries):
self.__dict__.update(entries)