feat(drone): add data models and RF signature table

This commit is contained in:
James Smith
2026-05-03 11:42:11 +01:00
parent e33dff1ab9
commit b707468cb6
4 changed files with 193 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
"""Drone intelligence utilities — multi-vector UAV detection."""
from .models import DroneContact, RemoteIDObservation, RFObservation, RFSignal
__all__ = ["DroneContact", "RemoteIDObservation", "RFObservation", "RFSignal"]