#!/usr/bin/env python

import sys

from tapconverter import junit2tap

junit2tap(sys.stdin, sys.stdout)
