Initial checkin of Blender Cloud Server.

This commit is contained in:
2016-07-29 16:29:51 +02:00
commit 6ab2709cc4
5 changed files with 58 additions and 0 deletions

7
cloud-manage.py Executable file
View File

@@ -0,0 +1,7 @@
#!/usr/bin/env python
from pillar_server import cli
from cloud import app
cli.manager.app = app
cli.manager.run()