#! /usr/bin/python3 -sP

from canto_next.remote import CantoRemote
import sys

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