#!/usr/bin/env python
# PYTHON_ARGCOMPLETE_OK

from media_management_scripts.silver_tube import main

main()
