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 / server / ext / rtk / __init__.py
Size: Mime:
"""Extension that connects to one or more data sources for RTK connections
and forwards the corrections to the UAVs managed by the server.
"""

from .extension import (
    construct,
    dependencies,
    description,
    get_schema,
    optional_dependencies,
)

__all__ = (
    "construct",
    "dependencies",
    "description",
    "get_schema",
    "optional_dependencies",
)