tellopy/__init__.py
Go to the documentation of this file.
1 """
2 DJI Tello controller
3 
4 This is a python package which controlls DJI toy drone 'Tello'. The major portion of the source
5 code was ported from the driver of GOBOT project. Please refer their blog post at
6 https://gobot.io/blog/2018/04/20/hello-tello-hacking-drones-with-go
7 """
8 from tellopy._internal.tello import Tello
9 
10 __all__ = ["Tello"]


tello_driver
Author(s): Jordy van Appeven
autogenerated on Wed May 13 2020 03:34:54