Files
seraph/seraph/Seraph.Components/PornDetection.cs
2026-02-17 04:22:40 +01:00

9 lines
183 B
C#

namespace seraph.Seraph.Components;
public class PornDetection : Seraphian.Seraphh
{
public override void Run()
{
Console.WriteLine("PornDetection Running.");
}
}