Initial commit

This commit is contained in:
Claire Kuang
2024-01-28 14:26:24 +00:00
committed by GitHub
commit cc84d5c4a1
18 changed files with 1187 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
using Speckle.Automate.Sdk;
// WARNING do not delete this call, this is the actual execution of your function
return await AutomationRunner
.Main<FunctionInputs>(args, AutomateFunction.Run)
.ConfigureAwait(false);