Changed ClubID enum class to include a string field used for printing, and define ClubID.OTHER as a default value for the class to handle invalid inputs.

This commit is contained in:
KorenLazar
2021-08-18 11:30:31 +03:00
parent 322995ba15
commit 87b6fbe2b0
2 changed files with 18 additions and 12 deletions

View File

@@ -11,4 +11,5 @@ tqdm~=4.62.1
pytest~=6.2.2
pandas~=1.2.0
argparse~=1.4.0
XlsxWriter~=1.4.3
XlsxWriter~=1.4.3
aenum