ntopng/python/__init__.py.in
2022-12-04 12:41:22 +01:00

10 lines
162 B
Python

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