fix: only display configured platforms in pickers

This commit is contained in:
Barrett Ruth 2025-09-24 19:47:00 -04:00
parent 177c172205
commit d862df9104
4 changed files with 21 additions and 32 deletions

View file

@ -1,4 +1,3 @@
# Lazy imports to avoid module loading conflicts when running scrapers with -m
def __getattr__(name):
if name == "AtCoderScraper":
from .atcoder import AtCoderScraper