mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-03 01:10:10 +00:00
Removed no pore uses function
This commit is contained in:
parent
3a0c86a17f
commit
cedfa5a5ee
2 changed files with 10 additions and 3 deletions
10
python/__init__.py
Normal file
10
python/__init__.py
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
"""
|
||||
ntopng
|
||||
|
||||
ntopng Python library.
|
||||
"""
|
||||
|
||||
__version__ = "6.5.250523"
|
||||
__author__ = 'packager@ntop.org'
|
||||
|
||||
__all__ = [ 'ntopng', 'interface', 'historical', 'host', 'report', 'logo' ]
|
||||
Loading…
Add table
Add a link
Reference in a new issue