mirror of
https://github.com/revenz/FileFlowsPlugins.git
synced 2025-12-31 03:50:25 -06:00
11 lines
212 B
C#
11 lines
212 B
C#
namespace MetaNodes
|
|
{
|
|
using System.ComponentModel.DataAnnotations;
|
|
|
|
public class Plugin : FileFlows.Plugin.IPlugin
|
|
{
|
|
public string Name => "Meta Nodes";
|
|
|
|
public void Init() { }
|
|
}
|
|
} |