#!/usr/bin/python3

import sys

from psutils.command.pstops import pstops


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