mirror of
https://github.com/knightcrawler-stremio/knightcrawler.git
synced 2024-12-20 03:29:51 +00:00
6 lines
127 B
C#
6 lines
127 B
C#
namespace SharedContracts.Python.RTN;
|
|
|
|
public interface IRankTorrentName
|
|
{
|
|
ParseTorrentTitleResponse Parse(string title);
|
|
} |