master
Philipp Benning 2023-01-09 14:28:51 +01:00
parent 2bf88a27a1
commit d66e4d3a91
1 changed files with 1 additions and 1 deletions

2
1.py
View File

@ -4,7 +4,7 @@ class ThomasMüller:
class MoritzLutz(ThomasMüller):
pass
class MiriNahimiaLutz(ThomasMüller, MoritzLutz):
class MiriNamibiaLutz(ThomasMüller, MoritzLutz):
pass