8 lines
116 B
Python
8 lines
116 B
Python
|
#!/usr/bin/env python
|
||
|
|
||
|
from pillar_server import cli
|
||
|
from cloud import app
|
||
|
|
||
|
cli.manager.app = app
|
||
|
cli.manager.run()
|