WMGZON/models/category.py

9 lines
142 B
Python
Raw Normal View History

class Category:
'''
Constructor for a category object
'''
2024-01-21 22:06:06 +00:00
def __init__(self):
self.id = 0
2024-01-21 22:06:06 +00:00
self.name = ""