Initial Commit
This commit is contained in:
10
mvp-platform-services/vehicles/etl/__main__.py
Normal file
10
mvp-platform-services/vehicles/etl/__main__.py
Normal file
@@ -0,0 +1,10 @@
|
||||
#!/usr/bin/env python3
|
||||
"""
|
||||
ETL Package Main Entry Point
|
||||
|
||||
Allows running ETL package as a module: python -m etl
|
||||
"""
|
||||
from .main import cli
|
||||
|
||||
if __name__ == "__main__":
|
||||
cli()
|
||||
Reference in New Issue
Block a user