class Category:
'''
Constructor for a category object
def __init__(self):
self.id = 0
self.name = ""