tweak make sync target, overdue after some cleanup (sfa-cm) and move to systemctl
[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()