SkazuHD's picture
init space
d660b02
raw
history blame contribute delete
144 Bytes
from .dispatcher import CrawlerDispatcher
from .github import GithubCrawler
__all__ = [
"CrawlerDispatcher",
"GithubCrawler",
]