astroport-iptubes/old-yggcrawl/__init__.py

12 lines
225 B
Python
Raw Normal View History

2020-08-09 15:50:19 +02:00
"""
__init__.py main
"""
from .yggtorrentscraper import (
YggTorrentScraper,
set_yggtorrent_tld,
get_yggtorrent_tld,
)
from .torrent import Torrent, TorrentComment, TorrentFile
from .categories import categories