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 / show / __init__.py
Size: Mime:
"""Extension that prepares the server to be able to manage drone shows."""

from .extension import construct, dependencies, description, schema

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