#!python

import sys
from utils.bidsterms2pdf import main

if __name__ == "__main__":
    main(sys.argv)
