#!/hive/groups/encode/dcc/bin/python

import sys
from SoftFile import *


print sys.argv[1]
soft = SoftFile(sys.argv[1])
print soft

