Files
api-generator/ApiGeneratorTests/tests/ConfigManagerTests.cs
2025-10-11 13:08:09 +02:00

12 lines
141 B
C#

using NUnit.Framework;
namespace ApiGenerator.tests;
public class ConfigManagerTests
{
[Test]
public void Test()
{
}
}