ntopng/python/__init__.py.in
2023-01-30 12:56:17 +01:00

10 lines
185 B
Python

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