mirror of
https://github.com/Garmelon/PFERD.git
synced 2023-12-21 10:23:01 +01:00
6 lines
75 B
Python
6 lines
75 B
Python
|
from .dummy import DummyCrawler
|
||
|
|
||
|
CRAWLERS = {
|
||
|
"dummy": DummyCrawler,
|
||
|
}
|