Move files
This commit is contained in:
parent
d2af1b8151
commit
f160b07163
159 changed files with 104 additions and 88 deletions
5
src/great_ai/views/operators.py
Normal file
5
src/great_ai/views/operators.py
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
from typing import List, Literal
|
||||
|
||||
Operator = Literal[">=", "<=", "<", ">", "!=", "=", "contains"]
|
||||
|
||||
operators: List[Operator] = [">=", "<=", "<", ">", "!=", "=", "contains"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue