PacketMediator/PacketMediator.Tests/UnitTest1.cs
2024-08-07 19:06:55 +02:00

11 lines
168 B
C#

// Licensed to Timothy Schenk under the Apache 2.0 License.
namespace PacketMediator.Tests;
public class UnitTest1
{
[Fact]
public void Test1()
{
}
}