tomas/src/Tomas.Kernal/GlobalUsing.cs
Tony Bark a06f9ccc9f Return of kernal programs
- Boot log is now cleared
- File scoped namespaces work
2023-01-06 19:34:09 -05:00

5 lines
No EOL
161 B
C#

global using Tomas.Common.Programs;
global using Tomas.Interface;
global using Tomas.Kernel;
global using Tomas.Kernel.Programs;
global using Os = Cosmos.System;