mirror of
https://github.com/revenz/FileFlowsPlugins.git
synced 2026-01-06 10:40:02 -06:00
9 lines
372 B
C#
9 lines
372 B
C#
global using System;
|
|
global using System.Text;
|
|
global using System.ComponentModel.DataAnnotations;
|
|
global using System.Collections.Generic;
|
|
global using FileFlows.Plugin;
|
|
global using FileFlows.Plugin.Attributes;
|
|
global using SixLabors.ImageSharp;
|
|
global using FileHelper = FileFlows.Plugin.Helpers.FileHelper;
|
|
global using static FileFlows.ImageNodes.Images.Constants; |