zbxcat/xcat-runner.py

8 lines
113 B
Python
Raw Normal View History

2017-07-28 17:23:32 -07:00
#!/usr/bin/env python
# -*- coding: utf-8 -*-
from xcat.xcat import main
if __name__ == '__main__':
main()