Files
Thermal-Resistance-Checker-…/SpeckleAutomateDotnetExample/Program.cs
T
Oğuzhan Koral 6ad114796e Initial commit
2024-10-31 14:24:54 +03: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);