#!/usr/bin/python3.6 -s

import audiogrep

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