Files
FileFlowsPlugins/SiteScraping/GlobalUsings.cs
2024-01-13 09:30:29 +13:00

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;