first add

This commit is contained in:
larssand
2026-06-18 21:03:07 +02:00
parent 191ac4cf55
commit 05038c6ad7
22 changed files with 701 additions and 0 deletions

4
src/fgai/__init__.py Normal file
View File

@@ -0,0 +1,4 @@
"""Local FortiGate AI/ML inspection helpers."""
__all__ = ["__version__"]
__version__ = "0.1.0"