1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2025-06-28 20:33:00 +02:00

Prepare WEI 2022 (because tests are broken)

Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>
This commit is contained in:
2022-02-12 14:24:25 +01:00
parent 4e30f805a7
commit d3273e9ee2
5 changed files with 407 additions and 3 deletions

View File

@ -2,11 +2,11 @@
# SPDX-License-Identifier: GPL-3.0-or-later
from .base import WEISurvey, WEISurveyInformation, WEISurveyAlgorithm
from .wei2021 import WEISurvey2021
from .wei2022 import WEISurvey2022
__all__ = [
'WEISurvey', 'WEISurveyInformation', 'WEISurveyAlgorithm', 'CurrentSurvey',
]
CurrentSurvey = WEISurvey2021
CurrentSurvey = WEISurvey2022