8 lines
119 B
C#
Raw Normal View History

2025-06-04 09:42:48 +08:00
namespace Seyounth.Auto.Hs.Runtime;
public interface IHsAutoRuntime
{
Task RunAsync();
Task StopAsync();
}