mirror of
https://github.com/revenz/FileFlowsPlugins.git
synced 2026-05-07 05:39:10 -05:00
8 lines
342 B
C#
8 lines
342 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;
|
|
global using FileFlows.Common; |