Added a find_selector function to the plugin SDK

This commit is contained in:
Alexandre Paillier
2023-10-09 17:58:28 +02:00
parent 3e09ee0cff
commit 6126bb6513
3 changed files with 57 additions and 0 deletions

View File

@@ -210,6 +210,8 @@ if __name__ == "__main__":
files_to_copy = [
"main.c",
"utils.c",
"utils.h",
]
for file in files_to_copy: