Files
Jackett-Jackett/src/Jackett/Indexers/Master.cs
2015-07-19 01:27:41 +01:00

17 lines
217 B
C#

using Newtonsoft.Json.Linq;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Jackett.Indexers
{
class Master
{
}
}