celeryd-multi 103 B

12345
  1. #!/usr/bin/env python
  2. from celery.bin.celeryd_multi import main
  3. if __name__ == "__main__":
  4. main()