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 / frontend / __init__.py
Size: Mime:
"""Extension that adds a simple frontend index page to the Skybrush server,
served over HTTP.
"""

from .extension import dependencies, description, exports, load, schema

__all__ = ("dependencies", "description", "exports", "load", "schema")