sfi.py: use option "interface" to select the SFA interface to talk to (sm or registry...
[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()