import seqpp
from fc2 import FC2

f = FC2()
f.readfc2file(open("mytest.fc2", "r"))

print seqpp.seqpp(f.fc2py)
