8 lines
113 B
Python
Executable File
8 lines
113 B
Python
Executable File
#!/usr/bin/env python
|
|
|
|
from pillar import cli
|
|
from runserver import app
|
|
|
|
cli.manager.app = app
|
|
cli.manager.run()
|