#!/usr/bin/python3

import sys

from DebugLibrary.shell import shell


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