We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 339e3a0 commit 5027f9aCopy full SHA for 5027f9a
videodb/timeline_v2.py
@@ -22,10 +22,10 @@ class Position(str, Enum):
22
left = "left"
23
right = "right"
24
center = "center"
25
- top_left = "top-left"
26
- top_right = "top-right"
27
- bottom_left = "bottom-left"
28
- bottom_right = "bottom-right"
+ top_left = "top_left"
+ top_right = "top_right"
+ bottom_left = "bottom_left"
+ bottom_right = "bottom_right"
29
30
31
class Filter(str, Enum):
0 commit comments