Metadata-Version: 2.1
Name: Tello-modules
Version: 0.2
Summary: UNKNOWN
Home-page: UNKNOWN
Author: UNKNOWN
Author-email: UNKNOWN
License: UNKNOWN
Platform: UNKNOWN
Requires-Dist: pyserial

# tello_modules
Tello modules is a library built for using custom drone modules

:construction: This library is still in construction and is subject to change! Use at your own risk! :construction:

## Manual installation
For UNIX:
```
python3 setup.py install 
```

For Windows:
```
py -m pip setup.py install 
```


