#!/usr/bin/python

from netutils_linux_monitoring.link_rate import LinkRateTop

if __name__ == "__main__":
    LinkRateTop().main()
