#!/usr/bin/env python

import sys

from tapconverter import cram2tap

cram2tap(sys.stdin, sys.stdout)
