Files
TorrentCrawler/Main.py
2017-07-27 22:16:49 +09:00

6 lines
74 B
Python

from Crawler.Crawler import Crawler
crawler = Crawler()
crawler.crawl()