#!/usr/bin/python

from netutils_linux_monitoring.irqtop import IrqTop

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