1 2 3 4 5 6
from __future__ import print_function, unicode_literals if __name__ == "__main__": from snips_inference_agl.cli import main main()