6 lines
71 B
Python
6 lines
71 B
Python
|
from ml_pipeline.cli import cli
|
||
|
|
||
|
if __name__ == "__main__":
|
||
|
cli()
|
||
|
|