Removed no pore uses function

This commit is contained in:
Matteo Biscosi 2025-06-04 16:39:51 +02:00
parent 3a0c86a17f
commit cedfa5a5ee
2 changed files with 10 additions and 3 deletions

10
python/__init__.py Normal file
View file

@ -0,0 +1,10 @@
"""
ntopng
ntopng Python library.
"""
__version__ = "6.5.250523"
__author__ = 'packager@ntop.org'
__all__ = [ 'ntopng', 'interface', 'historical', 'host', 'report', 'logo' ]