mirror of
https://github.com/Jackett/Jackett.git
synced 2025-10-02 16:42:01 +02:00
17 lines
217 B
C#
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
|
|
{
|
|
|
|
|
|
|
|
}
|
|
}
|