Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
import sys
import matplotlib
matplotlib.use('agg')
from matplotlib.pyplot import style
style.use('classic')
from probscale import tests
status = tests.test(*sys.argv[1:])
sys.exit(status)