add openlane scraper

This commit is contained in:
qananasikq
2026-04-21 23:49:56 +03:00
parent 7f72056289
commit 74f12da10a
32 changed files with 4713 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
from .mapper import map_openlane_record, map_openlane_records
from .runner import OpenLaneScrapeRunner, OpenLaneScrapeResult
__all__ = ["OpenLaneScrapeRunner", "OpenLaneScrapeResult", "map_openlane_record", "map_openlane_records"]