Skip to content

Commit

Permalink
add product names to enums
Browse files Browse the repository at this point in the history
  • Loading branch information
silvioheinze committed Jan 27, 2025
1 parent d10f618 commit 0443cd6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions app/main/enums.py
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,13 @@ class LdProduct():
AIR_BADGE = 4
AIR_BIKE = 5

_names = {
AIR_AROUND: "Air Around",
AIR_CUBE: "Air Cube",
AIR_STATION: "Air Station",
AIR_BADGE: "Air Badge",
AIR_BIKE: "Air Bike",
}

class Source():
LD = 1
Expand Down

0 comments on commit 0443cd6

Please sign in to comment.