from pfbudget import Manager, run if __name__ == "__main__": command, args = run() Manager(command).start(args)