#!/usr/bin/python3

import sys

from psutils.command.psnup import psnup


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