5 lines
97 B
Python
5 lines
97 B
Python
"""Local FortiGate AI/ML inspection helpers."""
|
|
|
|
__all__ = ["__version__"]
|
|
__version__ = "0.1.0"
|