PFERD/PFERD/crawlers/__init__.py

5 lines
75 B
Python

from .dummy import DummyCrawler
CRAWLERS = {
"dummy": DummyCrawler,
}