#!/usr/bin/env python
# PYTHON_ARGCOMPLETE_OK
from media_management_scripts.main import main

main()
