#! /usr/bin/env python

import sys
import homomer_count

if __name__ == '__main__':
    sys.exit(homomer_count.main())
