5 lines
90 B
Python
5 lines
90 B
Python
from crawler import Crawler
|
|
|
|
c = Crawler("https://wikipedia.com", "test_db.db")
|
|
|
|
c.start() |