From 52c50cde795164a03e8d2556d254c7bb039844a8 Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Wed, 24 Sep 2025 21:23:06 -0400 Subject: [PATCH] lol --- scrapers/__init__.py | 5 ----- 1 file changed, 5 deletions(-) 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"]