mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-04-27 22:59:47 +00:00
7 lines
128 B
C#
7 lines
128 B
C#
|
// Global using directives
|
||
|
|
||
|
global using System.Text;
|
||
|
|
||
|
global using Cocona;
|
||
|
|
||
|
global using Environment = Build.Tools.Environment;
|