Partnersystem Init.

This commit is contained in:
2023-02-26 15:44:41 +01:00
parent a7e5ab91b1
commit e9a848835d
5 changed files with 35 additions and 0 deletions

5
teil7/partner/Person.py Normal file
View File

@@ -0,0 +1,5 @@
class Person:
# Konstruktor
def __init__(self,vorname, name):
self.vorname = vorname
self.name = name