mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-28 15:09:33 +00:00
10 lines
185 B
Python
10 lines
185 B
Python
"""
|
|
ntopng
|
|
|
|
ntopng Python library.
|
|
"""
|
|
|
|
__version__ = "@NTOPNG_VERSION@"
|
|
__author__ = 'packager@ntop.org'
|
|
|
|
__all__ = [ 'ntopng', 'interface', 'historical', 'host', 'report', 'logo' ]
|