starting SymptomsByBatchcodesTableFactoryTest

This commit is contained in:
frankknoll
2023-01-19 10:28:20 +01:00
parent 4ec03ec120
commit a122370c6e
2 changed files with 55 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
import pandas as pd
class SymptomsByBatchcodesTableFactory:
@staticmethod
def createSymptomsByBatchcodesTable(vaxTable, symptomsTable):
return pd.DataFrame({'A': []})