mirror of
https://github.com/revenz/FileFlowsPlugins.git
synced 2025-12-30 13:39:47 -06:00
12 lines
211 B
C#
12 lines
211 B
C#
namespace FileFlows.ImageNodes;
|
|
|
|
public class Plugin : FileFlows.Plugin.IPlugin
|
|
{
|
|
public string Name => "Image Nodes";
|
|
public string MinimumVersion => "0.6.3.1000";
|
|
|
|
public void Init()
|
|
{
|
|
}
|
|
}
|