Spaces:
Running
Running
clean code
Browse files- app/reference.py +0 -5
app/reference.py
CHANGED
|
@@ -47,11 +47,6 @@ class Surfaces(EnumWithFrValue):
|
|
| 47 |
GRASS = ("Grass", "Gazon")
|
| 48 |
CARPET = ("Carpet", "Synthétique")
|
| 49 |
|
| 50 |
-
# @classmethod
|
| 51 |
-
# def get_fr_value_from_value(cls, value: Optional[str]) -> str:
|
| 52 |
-
# print(value)
|
| 53 |
-
# return cls.super().get_fr_value_from_value(value)
|
| 54 |
-
|
| 55 |
class Courts(EnumWithFrValue):
|
| 56 |
INDOOR = ("Indoor", "Intérieur")
|
| 57 |
OUTDOOR = ("Outdoor", "Extérieur")
|
|
|
|
| 47 |
GRASS = ("Grass", "Gazon")
|
| 48 |
CARPET = ("Carpet", "Synthétique")
|
| 49 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 50 |
class Courts(EnumWithFrValue):
|
| 51 |
INDOOR = ("Indoor", "Intérieur")
|
| 52 |
OUTDOOR = ("Outdoor", "Extérieur")
|