added todos for user

uebung_entities
Felix Jan Michael Mucha 2025-02-01 22:54:35 +01:00
parent 8eabaa915f
commit b40acb630d
1 changed files with 5 additions and 2 deletions

View File

@ -1,4 +1,7 @@
class User:
pass
#TODO: implement in exercise 'entities'
#TODO: implement in exercise 'entities'
#TODO: user should have: name, email, password, id
#TODO: user should have: getter and setter methods
pass