#!/usr/bin/env python

from netutils_linux_monitoring import NetworkTop


if __name__ == '__main__':
    NetworkTop().run()
