#!/usr/bin/env python
# PYTHON_ARGCOMPLETE_OK
import sys
from omnium.omnium_cmd import main
exit(main(sys.argv))
