#!/usr/local/bin/python2.7

import canto.main

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