1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2025-04-02 19:11:12 +00:00
nk20/apps/wei/forms/surveys/__init__.py
2025-03-09 18:14:58 +01:00

13 lines
327 B
Python

# Copyright (C) 2018-2025 by BDE ENS Paris-Saclay
# SPDX-License-Identifier: GPL-3.0-or-later
from .base import WEISurvey, WEISurveyInformation, WEISurveyAlgorithm
from .wei2024 import WEISurvey2024
__all__ = [
'WEISurvey', 'WEISurveyInformation', 'WEISurveyAlgorithm', 'CurrentSurvey',
]
CurrentSurvey = WEISurvey2024