namespace ALttPRandomizer.Options { public class ServiceOptions { public string PythonPath { get; set; } = null!; public string RandomizerPath { get; set; } = null!; } }