#!/usr/bin/python3

import sys

from psutils.command.psbook import psbook


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