Skip to content
Snippets Groups Projects

Améliorations WEI

Merged ynerant requested to merge wei into beta
2 files
+ 16
16
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -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