blob: c57a78671fc710e321b2700df58f730cefb10f0d (
plain)
1
2
3
4
5
6
7
8
9
10
|
#!/usr/bin/env python
__author__ = "rohe0002"
# from idp_test import saml2base
from idp_test import SAML2client
from idp_test.check import factory
cli = SAML2client(factory)
cli.run()
|