mirror of
https://github.com/revenz/FileFlowsPlugins.git
synced 2025-12-30 19:20:56 -06:00
7 lines
311 B
C#
7 lines
311 B
C#
global using System;
|
|
global using System.ComponentModel.DataAnnotations;
|
|
global using System.Collections.Generic;
|
|
global using FileFlows.Plugin;
|
|
global using FileFlows.Plugin.Attributes;
|
|
global using FileHelper = FileFlows.Plugin.Helpers.FileHelper;
|
|
global using static FileFlows.ImageNodes.Images.Constants; |