6 lines
139 B
Python
6 lines
139 B
Python
"""Pipeline CLI to process property data with H3 spatial indexing."""
|
|
|
|
from pipeline.wide import run
|
|
|
|
if __name__ == "__main__":
|
|
run()
|