5 lines
83 B
Python
5 lines
83 B
Python
from compose_viz.cli import start_cli
|
|
|
|
|
|
if __name__ == "__main__":
|
|
start_cli()
|