Applied auto pep 8 changes

This commit is contained in:
2024-01-21 22:06:06 +00:00
parent f227727c74
commit 44c1ee03ba
22 changed files with 156 additions and 100 deletions

View File

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