5 lines
98 B
Python
Executable file
5 lines
98 B
Python
Executable file
#!/usr/bin/env python3
|
|
from ovtk_audiencekit.cli import cli
|
|
|
|
if __name__ == '__main__':
|
|
cli()
|