summary refs log tree commit diff
path: root/testFrontend/SafeNSound.Sdk/SafeNSoundClient.cs
blob: dee39133b971ae3918e91abdfd3fc4c7484e8f56 (plain) (blame)
1
2
3
4
5
6
namespace SafeNSound.Sdk;

public class SafeNSoundClient(SafeNSoundConfiguration config)
{
    
}