#!/usr/bin/python3

import sys

from jupyter_cache.cli.commands.cmd_main import jcache


if __name__ == "__main__":
    sys.exit(jcache())
