#!/usr/bin/env python from __future__ import absolute_import from ondemand.service import loop if __name__ == '__main__': loop.start()