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 / __init__.py
Size: Mime:
from pkgutil import extend_path

# Declare "flockwave.server.ext" as a namespace package
__path__ = extend_path(__path__, __name__)