Added highlighting for selected category

This commit is contained in:
2024-01-06 01:14:20 +00:00
parent a86edf01ad
commit 20f28739a2
14 changed files with 278 additions and 183 deletions

7
models/category.py Normal file
View File

@ -0,0 +1,7 @@
class Category:
'''
Constructor for a category object
'''
def __init__(self):
self.id = 0
self.name = ""