添加record脚本

This commit is contained in:
2025-12-08 15:09:30 +08:00
parent 15091ad9b6
commit 0866168e29
17 changed files with 598 additions and 26 deletions

View File

@@ -0,0 +1,2 @@
from .flight_stick import FlightStick,FlightStickConfig
__all__ = ["FlightStick", "FlightStickConfig"]