#!/usr/bin/python3

import sys

from b4.command import cmd


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