Fix up structure and README

This commit is contained in:
Andrew Johnson
2025-04-03 20:31:10 +02:00
parent 1480a75a61
commit 3b5ab2f7cd
19 changed files with 7 additions and 1 deletions

6
examples/1_check_import.py Executable file
View File

@@ -0,0 +1,6 @@
from tello_sim.tello_sim_client import TelloSimClient
print(TelloSimClient)
print("Tello import works fine")