mxivideo/python_core/cli/__main__.py

6 lines
84 B
Python

#!/usr/bin/env python3
from .cli import main
if __name__ == "__main__":
main()