Files
graphene/python/graphene-sgx-get-token
Wojtek Porczyk 94c2d8c24e [python] Fix pylint problems
Reported-by: @vahldiek
2020-11-27 16:55:06 +01:00

6 lines
97 B
Python
Executable File

#!/usr/bin/env python3
import sys
from graphenelibos.sgx_get_token import main
sys.exit(main())