ntopng/python/__init__.py
2025-08-13 19:00:32 +02:00

10 lines
179 B
Python

"""
ntopng
ntopng Python library.
"""
__version__ = "6.5.250813"
__author__ = 'packager@ntop.org'
__all__ = [ 'ntopng', 'interface', 'historical', 'host', 'report', 'logo' ]