+ 1
Work management system - oop class confusion
I'm a beginner in python and have been tasked to create a work management system. I wil need to create a login page, task management system, email and comment functionality. I'm stuck on the classes i would need. So far i have : User Task Comment Email I would appreciate guidance on how i can get going on this.
1 Odpowiedź
0
After you think about all your classes, you need to add an init method to each class describing it's main attributes