from crawler import Crawler c = Crawler("https://wikipedia.com", "test_db.db") c.start()