Files
HowBadIsMyBatch/src/BatchcodeOptionsSetter.py
frankknoll e457568ef6 refactoring
2023-10-10 09:12:36 +02:00

8 lines
224 B
Python

from SymptomsCausedByVaccines.OptionsSetter import OptionsSetter
class BatchcodeOptionsSetter:
def setBatchcodeOptions(self, html, options):
return OptionsSetter().setOptions(html, 'batchCodeSelect', options)