fixed typo

This commit is contained in:
2025-10-01 00:10:21 -05:00
parent 30b2b76290
commit bd247fbec6
5 changed files with 128 additions and 10 deletions

View File

@@ -0,0 +1,3 @@
from .flight_service import cancel_flight_cascade
__all__ = ["cancel_flight_cascade"]