#!/usr/bin/python

import canto_fetch.canto_fetch

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