__main__.py 87 B

12345
  1. from __future__ import absolute_import
  2. from ondemand.service import loop
  3. loop.start()