mirror of
https://github.com/Garmelon/PFERD.git
synced 2026-04-12 07:25:04 +02:00
5 lines
75 B
Python
5 lines
75 B
Python
from .dummy import DummyCrawler
|
|
|
|
CRAWLERS = {
|
|
"dummy": DummyCrawler,
|
|
}
|