mirror of
https://github.com/revenz/FileFlowsPlugins.git
synced 2025-12-31 02:30:01 -06:00
12 lines
207 B
C#
12 lines
207 B
C#
namespace FileFlows.Gotify;
|
|
|
|
public class Plugin : FileFlows.Plugin.IPlugin
|
|
{
|
|
public string Name => "Gotify Nodes";
|
|
public string MinimumVersion => "0.5.2.690";
|
|
|
|
public void Init()
|
|
{
|
|
}
|
|
}
|