#!/usr/bin/env python

import canto.canto_inspect

if __name__ == "__main__" : 
    canto.canto_inspect.main()
