PL Driver: 1st shot rebase of PL operations around the HRN tags of Slice/Person/Site
[sfa.git] / clientbin / sfaadmin.py
1 #!/usr/bin/env python
2
3 from sfa.client.sfaadmin import SfaAdmin
4
5 if __name__ == '__main__':
6     SfaAdmin().main()