mirror of
https://github.com/revenz/FileFlowsPlugins.git
synced 2025-12-17 20:44:08 -06:00
5 lines
174 B
C#
5 lines
174 B
C#
global using System;
|
|
global using System.Text;
|
|
global using System.ComponentModel.DataAnnotations;
|
|
global using FileFlows.Plugin;
|
|
global using FileFlows.Plugin.Attributes; |