z.B._pr3_skriptspr_team12_s2/1.py

11 lines
135 B
Python
Raw Normal View History

2023-01-09 14:25:06 +01:00
class ThomasMüller:
pass
class MoritzLutz(ThomasMüller):
pass
class MiriNahimiaLutz(ThomasMüller, MoritzLutz):
pass