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