#!/usr/bin/python

from canto_next.remote import CantoRemote
import sys

if __name__ == "__main__" :
    c = CantoRemote()
    sys.exit(0)
