Files
ersatztv/ErsatzTV.CommandLine/Config.cs
T
2021-02-08 21:13:53 -06:00

8 lines
120 B
C#

namespace ErsatzTV.CommandLine
{
public class Config
{
public string ServerUrl { get; set; }
}
}