mirror of
https://github.com/clearlinux/graphene.git
synced 2026-09-06 13:51:28 +00:00
5 lines
86 B
Python
Executable File
5 lines
86 B
Python
Executable File
#!/usr/bin/env python3
|
|
|
|
from graphenelibos.sgx_get_token import main
|
|
sys.exit(main())
|