diff --git a/scrapers/__init__.py b/scrapers/__init__.py index 4749123..e69de29 100644 --- a/scrapers/__init__.py +++ b/scrapers/__init__.py @@ -1,5 +0,0 @@ -from .atcoder import AtCoderScraper -from .codeforces import CodeforcesScraper -from .cses import CSESScraper - -__all__ = ["CodeforcesScraper", "CSESScraper", "AtCoderScraper"]