Explicitly cast to dict complex parsed object in PGv2 and Geniv3 rspecs
[sfa.git] / clientbin / sfascan.py
1 #!/usr/bin/env python
2
3 from sfa.client.sfascan import SfaScan
4
5 if __name__ == '__main__':
6     SfaScan().main()