ntopng/python/__init__.py.in
Alfredo Cardigliano 90f2b9c34e Update init
2023-01-19 18:41:59 +01:00

10 lines
167 B
Python

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