#!/usr/local/bin/python3.11

import HTSeq.scripts.count

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