mirror of
https://gitlab.crans.org/bde/nk20
synced 2025-06-22 02:18:21 +02:00
[WEI] Prepare WEI 2021
No need to save WEI 2020 data because there weren't any WEI 2020 Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>
This commit is contained in:
@ -2,11 +2,11 @@
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
from .base import WEISurvey, WEISurveyInformation, WEISurveyAlgorithm
|
||||
from .wei2020 import WEISurvey2020
|
||||
from .wei2021 import WEISurvey2021
|
||||
|
||||
|
||||
__all__ = [
|
||||
'WEISurvey', 'WEISurveyInformation', 'WEISurveyAlgorithm', 'CurrentSurvey',
|
||||
]
|
||||
|
||||
CurrentSurvey = WEISurvey2020
|
||||
CurrentSurvey = WEISurvey2021
|
||||
|
Reference in New Issue
Block a user