Jackett/src/Jackett.Common/JackettProtectedAttribute.cs

9 lines
111 B
C#

using System;
namespace Jackett.Common
{
public class JackettProtectedAttribute : Attribute
{
}
}