#!/usr/bin/env python
import sys

import tenper


f, a = tenper.parse_args(sys.argv[1:])
f(a)
