Files
torrent_search/torrentSearch/__init__.py
2021-07-03 19:25:54 +02:00

11 lines
199 B
Python

#!/usr/bin/env python3.6
# -*- encoding: utf-8 -*-
"""Python Torrent Searcher/Scraper."""
from sys import path
from os.path import dirname
path.append(dirname(__file__))
__version__ = '0.1.post1'