chore: import upstream snapshot with attribution

This commit is contained in:
wehub-resource-sync
2026-07-13 13:13:17 +08:00
commit 58ab8315aa
8961 changed files with 5602567 additions and 0 deletions
@@ -0,0 +1,10 @@
namespace Examples.Lib.flow;
[Guid("a3945dbe-d5be-4f0f-a904-8ee287d14a9f")]
internal sealed class LoopExample : Instance<LoopExample>
{
[Output(Guid = "3cdfc9d7-bf03-4481-9869-ae8f43187304")]
public readonly Slot<Command> Output = new();
}