Files
SpeckleAutomateDotnetExample/SpeckleAutomateDotnetExample/Program.cs
T
2023-10-27 11:12:44 +02:00

7 lines
222 B
C#

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);