#!/usr/bin/env python

from netutils_linux.softirqs import Softirqs

if __name__ == '__main__':
    Softirqs().loop()
