Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
flockwave-server / src / flockwave / server / ext / mavlink / __init__.py
Size: Mime:
"""Skybrush server extension that adds support for drone flocks that use
the MAVLink protocol.
"""

from .extension import construct, dependencies, description, enhancers, schema

__all__ = ("construct", "dependencies", "description", "enhancers", "schema")