#!/usr/bin/env python

import canto.main

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