mirror of
https://github.com/clearlinux/graphene.git
synced 2026-07-24 21:57:33 +00:00
94c2d8c24e
Reported-by: @vahldiek
6 lines
97 B
Python
Executable File
6 lines
97 B
Python
Executable File
#!/usr/bin/env python3
|
|
|
|
import sys
|
|
from graphenelibos.sgx_get_token import main
|
|
sys.exit(main())
|