mirror of
https://github.com/revenz/FileFlowsPlugins.git
synced 2026-01-04 14:00:40 -06:00
10 lines
350 B
C#
10 lines
350 B
C#
global using System;
|
|
global using System.Text;
|
|
global using System.Linq;
|
|
global using System.Text.RegularExpressions;
|
|
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; |