namespace StabilityMatrix.Core.Models.Packages;
///
/// Supports parsing launch options from a python script.
///
public interface IArgParsable
{
///
/// Defines the relative path to the python script that defines the launch options.
///
public string RelativeArgsDefinitionScriptPath { get; }
}