7 lines
89 B
Python
7 lines
89 B
Python
from pipeline.cli import main
|
|
|
|
|
|
if __name__ == "__main__":
|
|
raise SystemExit(main())
|
|
|