#!/usr/bin/python3 -s

import audiogrep

if __name__ == '__main__':
    audiogrep.main()
