mirror of
https://github.com/Garmelon/PFERD.git
synced 2023-12-21 10:23:01 +01:00
Implement Crawler and DummyCrawler
This commit is contained in:
5
PFERD/crawlers/__init__.py
Normal file
5
PFERD/crawlers/__init__.py
Normal file
@ -0,0 +1,5 @@
|
||||
from .dummy import DummyCrawler
|
||||
|
||||
CRAWLERS = {
|
||||
"dummy": DummyCrawler,
|
||||
}
|
Reference in New Issue
Block a user