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 / gateway / __init__.py
Size: Mime:
"""Main package for the Skybrush demo gateway that spins up server instances
as needed in order to provide a limited "playground" area.
"""

from .version import __version__, __version_info__

__all__ = ("__version__", "__version_info__")