tomas/src/Tomas.Kernel/GlobalUsing.cs

9 lines
322 B
C#
Raw Normal View History

global using System.Diagnostics.CodeAnalysis;
global using System.Diagnostics;
global using Tomas.Common.Programs;
global using Tomas.Interface;
global using Tomas.Kernel.Programs;
global using Cosmos.System.FileSystem;
global using Cosmos.System.FileSystem.VFS;
global using Tomas.Common;
global using Os = Cosmos.System;