1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2025-06-29 12:50:55 +02:00

Année et algorithme

This commit is contained in:
Ehouarn
2025-06-27 16:56:17 +02:00
parent 3f76ca6472
commit c26534b6b7
7 changed files with 381 additions and 4 deletions

View File

@ -121,6 +121,12 @@ class WEISurveyAlgorithm:
"""
raise NotImplementedError
@classmethod
def get_bus_information_form(cls):
"""
The class of the form to update the bus information.
"""
raise NotImplementedError
class WEISurvey:
"""