Пример #1
0
from patient import Patient

patient = Patient()

patient.fill()
patient.show()
patient.diagnose()