PL Driver: 1st shot rebase of PL operations around the HRN tags of Slice/Person/Site
[sfa.git] / clientbin / sfi.py
1 #! /usr/bin/env python
2
3 # sfi -- slice-based facility interface
4
5 import sys
6 from sfa.client.sfi import Sfi
7
8 if __name__ == "__main__":
9     sys.exit(Sfi().main())