From 2f9c07a9e85c3fb89fb8c10cd2378c630a221828 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=B0=B0=EC=97=B0=EC=9A=B1?= <2022000619@hanyang.ac.kr> Date: Thu, 29 Sep 2022 19:49:44 +0900 Subject: [PATCH] add changes --- person/yeonuk.py | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 person/yeonuk.py diff --git a/person/yeonuk.py b/person/yeonuk.py new file mode 100644 index 0000000..0eeace4 --- /dev/null +++ b/person/yeonuk.py @@ -0,0 +1,5 @@ +from person.person import Person + +class YeonUk(Person): + def __init__(self): + super().__init__("YeonUk Pae") \ No newline at end of file