#!/usr/bin/env python

import sys
import argparse
from tunirlib import startpoint

if __name__ == '__main__':
    startpoint()
