mirror of
https://github.com/azaion/gps-denied-onboard.git
synced 2026-04-23 08:26:37 +00:00
initial structure implemented
docs -> _docs
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
from .flight import Flight
|
||||
from .flight_state import FlightState
|
||||
from .waypoint import Waypoint
|
||||
from .geofences import Geofences
|
||||
from .heading_record import HeadingRecord
|
||||
|
||||
__all__ = [
|
||||
"Flight",
|
||||
"FlightState",
|
||||
"Waypoint",
|
||||
"Geofences",
|
||||
"HeadingRecord",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user