removed dataclass from user

uebung_entities
Felix Jan Michael Mucha 2025-02-01 20:49:54 +01:00
parent 997b3765d0
commit 8eabaa915f
1 changed files with 1 additions and 4 deletions

View File

@ -1,7 +1,4 @@
#python imports
from dataclasses import dataclass
@dataclass
class User:
pass
#TODO: implement
#TODO: implement in exercise 'entities'