Initial checkin of Blender Cloud Server.
This commit is contained in:
7
cloud-manage.py
Executable file
7
cloud-manage.py
Executable 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()
|
Reference in New Issue
Block a user