#!/usr/bin/env python

# coding=utf-8

from netutils_linux_tuning.auto_softirq_tune import AutoXPS

if __name__ == '__main__':
    AutoXPS()
