#!/usr/bin/python

from netutils_linux_monitoring.softirqs import Softirqs

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