ntopng/python/__init__.py.in
2022-12-05 20:54:08 +01:00

10 lines
176 B
Python

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