Skip to content

Commit

Permalink
wildcards tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
saltlas committed Jan 11, 2024
1 parent d3e571e commit 668e9da
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion utils/wildcards.py
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
wildcardsdict = {"select_word":["that", "this"], "move_word":["there", "here"]}
select_words = ["that", "this"]
move_words = ["there", "here"]

wildcardsdict = {"select_word":select_words, "move_word":move_words}

0 comments on commit 668e9da

Please sign in to comment.