Spaces:
Build error
Build error
from .dispatcher import CrawlerDispatcher | |
from .github import GithubCrawler | |
__all__ = [ | |
"CrawlerDispatcher", | |
"GithubCrawler", | |
] | |