#!/usr/bin/python3 -s

from canto_next.remote import CantoRemote
import sys

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