Added highlighting for selected category
This commit is contained in:
7
models/category.py
Normal file
7
models/category.py
Normal file
@ -0,0 +1,7 @@
|
||||
class Category:
|
||||
'''
|
||||
Constructor for a category object
|
||||
'''
|
||||
def __init__(self):
|
||||
self.id = 0
|
||||
self.name = ""
|
Reference in New Issue
Block a user