mirror of
https://github.com/clearlinux/graphene.git
synced 2026-09-06 22:01:29 +00:00
6 lines
92 B
Python
Executable File
6 lines
92 B
Python
Executable File
#!/usr/bin/env python3
|
|
|
|
import sys
|
|
from graphenelibos.sgx_sign import main
|
|
sys.exit(main())
|