Nitos: channels now have component_id (urn), which is used to address them into Lease...
[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()