Files
serein-flow/Library/Flow/Api.cs
2024-08-06 15:41:14 +08:00

14 lines
197 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Serein.Flow
{
public interface IDynamicFlowNode
{
}
}