from .dispatcher import CrawlerDispatcher from .github import GithubCrawler __all__ = [ "CrawlerDispatcher", "GithubCrawler", ]