#!/usr/bin/python3

import sys

from wormhole.cli.cli import wormhole


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