feyris-tan ef86554f9a Import
2025-05-12 22:09:16 +02:00

15 lines
270 B
C#

using System;
using System.Collections.Generic;
using System.Text;
namespace skyscraper2.TsDuckInterface.Processors
{
class HistoryProcessor : TspProcessor
{
public override string ToString()
{
return "history";
}
}
}