astroport-iptubes/yggcrawl/__init__.py

12 lines
225 B
Python
Raw Permalink Normal View History

2020-03-20 02:44:22 +01:00
"""
__init__.py main
"""
from .yggtorrentscraper import (
YggTorrentScraper,
set_yggtorrent_tld,
get_yggtorrent_tld,
)
from .torrent import Torrent, TorrentComment, TorrentFile
from .categories import categories