10 lines
150 B
Python
Executable File
10 lines
150 B
Python
Executable File
#!/usr/bin/env python
|
|
|
|
__author__ = 'rohe0002'
|
|
|
|
from idp_test import saml2int
|
|
from idp_test import SAML2client
|
|
|
|
cli = SAML2client(saml2int)
|
|
|
|
cli.run() |