From eb3d8130ac5091bf8b6b8cd4f31430f7c33b62f9 Mon Sep 17 00:00:00 2001 From: jameschee Date: Thu, 29 Sep 2022 19:49:32 +0900 Subject: [PATCH] add changes --- person/something.py | 0 person/youngchae.py | 4 ---- 2 files changed, 4 deletions(-) create mode 100644 person/something.py diff --git a/person/something.py b/person/something.py new file mode 100644 index 0000000..e69de29 diff --git a/person/youngchae.py b/person/youngchae.py index 7cddaeb..729fcbc 100644 --- a/person/youngchae.py +++ b/person/youngchae.py @@ -1,9 +1,5 @@ from person.person import Person - -from .person import Person - - class YoungChae(Person): def __init__(self): super().__init__("Youngchae Chee") \ No newline at end of file