diff --git a/person/seongah.py b/person/seongah.py new file mode 100644 index 0000000..3c37c11 --- /dev/null +++ b/person/seongah.py @@ -0,0 +1,5 @@ +from person.person import Person + +class SeongAh(Person): + def __init__(self): + super().__init__("SeongAh Kim")