Skip to content

Commit 6f31811

Browse files
committed
adding ME enum
1 parent cdaf23b commit 6f31811

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lucidmotors/const.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
class Region(Enum):
77
US = 'us'
88
SA = 'sa'
9+
ME = 'me' # Middle East
910
EU = 'eu'
1011

1112
@property

0 commit comments

Comments
 (0)