DEBSOURCES
Skip Quicknav
sources / python-bumps / 1.0.3-3 / extra / jobqueue / bin / bumps_serve
12345678
#!/usr/bin/env python """ Debug server for the bumps fit infrastructure. """ from jobqueue.serve import serve serve()