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 / webui / __init__.py
Size: Mime:
"""Adds a web-based configuration user interface to the server."""

from .extension import dependencies, run, index, schema

__all__ = ("dependencies", "run", "schema", "index")