[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:
parent
fee52f326a
commit
b9a9704061
2 changed files with 16 additions and 16 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue