import argparse
import sys
import unittest

from cypher import (
    identify,
    write_signature as sig_writer
)