#!/usr/bin/env python

import sys
import pyquarantine.cli

if __name__ == '__main__':
    sys.exit(
        pyquarantine.cli.main()
    )
