astroport-iptubes/yggcrawl/__init__.py

18 lines
349 B
Python

"""
__init__.py main
"""
from .yggtorrentscraper import (
YggTorrentScraper,
set_yggtorrent_tld,
get_yggtorrent_tld,
)
from .yggtorrentscraper_selenium import (
YggTorrentScraperSelenium,
set_yggtorrent_tld,
get_yggtorrent_tld,
)
from .torrent import Torrent, TorrentComment, TorrentFile
from .categories import categories