Files
blender-cloud/cloud-manage.py

8 lines
109 B
Python
Raw Normal View History

#!/usr/bin/env python
2016-08-05 18:20:34 +02:00
from pillar import cli
from cloud import app
cli.manager.app = app
cli.manager.run()