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 / __main__.py
Size: Mime:
import sys

if __name__ == "__main__":
    # Do not use relative imports here; it will confuse PyInstaller
    from flockwave.server.launcher import start

    sys.exit(start())