#!/usr/bin/python

from canto_next.canto_backend import CantoBackend
import sys

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