Partnersystem Init.
This commit is contained in:
5
teil7/partner/Person.py
Normal file
5
teil7/partner/Person.py
Normal file
@@ -0,0 +1,5 @@
|
||||
class Person:
|
||||
# Konstruktor
|
||||
def __init__(self,vorname, name):
|
||||
self.vorname = vorname
|
||||
self.name = name
|
Reference in New Issue
Block a user