#!/usr/bin/env python

from netutils_linux.network_top import NetworkTop


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