from djitellopy import Tello
drone = Tello()
drone.connect()

drone.takeoff()
drone.go_xyz_speed(30,30,30,20)
drone.land()
