#!/usr/bin/env python

# coding=utf-8

from netutils_linux_tuning.rss_ladder import RSSLadder

if __name__ == '__main__':
    RSSLadder()
