aetherscale

[unmaintained] code for a cloud provider tutorial
Log | Files | Refs | README | LICENSE

aetherscale-runner.py (101B)


      1 #!/usr/bin/env python
      2 
      3 from aetherscale import server
      4 
      5 
      6 if __name__ == '__main__':
      7     server.main()