1 Commits

Author SHA1 Message Date
Jonathon Broughton 04d53bb458 bilt-exercise-3-forgot-rules
build and deploy Speckle functions / publish-automate-function-version (push) Has been cancelled
2024-05-07 22:06:55 +00:00
+1 -1
View File
@@ -1,8 +1,8 @@
from pydantic import Field
from speckle_automate import AutomationContext, AutomateBase, execute_automate_function
from Utilities.helpers import flatten_base, speckle_print
import random
from rules import RevitRules
class FunctionInputs(AutomateBase):
"""These are function author defined values.