#!/usr/bin/env python
from itc.core import itccli

if __name__ == "__main__":
    itccli.main()
