mirror of
https://github.com/clearlinux/graphene.git
synced 2026-09-03 04:11:42 +00:00
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())
|