#!/usr/bin/python

from netutils_linux_monitoring.softnet_stat import SoftnetStatTop

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