mirror of
https://github.com/revenz/FileFlowsPlugins.git
synced 2025-12-31 01:20:00 -06:00
11 lines
187 B
C#
11 lines
187 B
C#
using FileFlows.Plugin;
|
|
|
|
namespace FileFlows.BasicNodes.Templating;
|
|
|
|
/// <summary>
|
|
/// Flow element used for templating
|
|
/// </summary>
|
|
public abstract class TemplatingNode : Node
|
|
{
|
|
|
|
} |