TAPASxHF2 / answer_presenter.py
jskinner215's picture
Upload 17 files
25fc3a2
raw
history blame contribute delete
136 Bytes
class AnswerPresenter:
def present_answer(self, answer):
# Implement the logic to present the answer in the UI
pass