indrajithi / tiny-web-crawler

A simple and easy to use web crawler for Python
MIT License
55 stars 11 forks source link

Make `Spider` importable from root module #44

Closed Mews closed 1 week ago

Mews commented 1 week ago

Closes #26

Changes Added from tiny_web_crawler.core.spider import Spider to __init__.py at the root module so that you can import the Spider class by doing just from tiny_web_crawler import Spider