2023-01-07 11:44:50 -05:00
|
|
|
/*
|
|
|
|
In jurisdictions that recognize copyright waivers, I've waived all copyright
|
|
|
|
and related or neighboring rights for to this project. In areas where these
|
|
|
|
waivers are not recognized, BSD-3-Clause is enforced.
|
|
|
|
See the (UN)LICENSE file in the project root for more information.
|
|
|
|
*/
|
2023-01-07 11:22:38 -05:00
|
|
|
global using System.Diagnostics.CodeAnalysis;
|
|
|
|
global using System.Diagnostics;
|
2023-01-06 19:03:07 -05:00
|
|
|
global using Tomas.Common.Programs;
|
|
|
|
global using Tomas.Interface;
|
|
|
|
global using Tomas.Kernel.Programs;
|
2023-01-06 22:00:48 -05:00
|
|
|
global using Cosmos.System.FileSystem;
|
|
|
|
global using Cosmos.System.FileSystem.VFS;
|
|
|
|
global using Tomas.Common;
|
2023-01-06 19:03:07 -05:00
|
|
|
global using Os = Cosmos.System;
|