mirror of
https://github.com/azaion/gps-denied-desktop.git
synced 2026-04-22 23:26:35 +00:00
initial structure implemented
docs -> _docs
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
from .flight_requests import FlightCreateRequest
|
||||
from .flight_responses import (
|
||||
FlightResponse,
|
||||
FlightDetailResponse,
|
||||
FlightStatusResponse,
|
||||
DeleteResponse,
|
||||
UpdateResponse,
|
||||
BatchUpdateResponse,
|
||||
)
|
||||
from .batch_requests import BatchMetadata, BatchResponse
|
||||
from .user_fix_requests import UserFixRequest, UserFixResponse, ObjectGPSResponse
|
||||
|
||||
__all__ = [
|
||||
"FlightCreateRequest",
|
||||
"FlightResponse",
|
||||
"FlightDetailResponse",
|
||||
"FlightStatusResponse",
|
||||
"DeleteResponse",
|
||||
"UpdateResponse",
|
||||
"BatchUpdateResponse",
|
||||
"BatchMetadata",
|
||||
"BatchResponse",
|
||||
"UserFixRequest",
|
||||
"UserFixResponse",
|
||||
"ObjectGPSResponse",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user