initial openlane project
This commit is contained in:
4
openlane_scraper/openlane/__init__.py
Normal file
4
openlane_scraper/openlane/__init__.py
Normal 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"]
|
||||
Reference in New Issue
Block a user