#!python
import sys
# sys.path.append('/usr/local/instrumental_dl')
from instrumental_dl import main

if __name__ == '__main__':

    main()
