#!/usr/bin/env python

import HTSeq.scripts.count

if __name__ == "__main__":
    HTSeq.scripts.count.main()
