mirror of
https://github.com/revenz/FileFlowsPlugins.git
synced 2026-01-04 14:39:30 -06:00
11 lines
328 B
C#
11 lines
328 B
C#
global using System;
|
|
global using System.IO;
|
|
global using System.Collections.Generic;
|
|
global using System.Linq;
|
|
global using System.Net.Http;
|
|
global using System.Text.RegularExpressions;
|
|
global using System.Threading;
|
|
global using System.Threading.Tasks;
|
|
|
|
global using FileFlows.Plugin;
|
|
global using FileFlows.Plugin.Attributes; |