ranger/orm/services/audit_trail_manager/debug_service.py
hosingh000 50de35d7e8 cleanup legacy changes
Change-Id: I5a29cee1ed9e3ea18d2e7e659d5e3143d122bf62
2017-07-31 13:34:35 -05:00

7 lines
171 B
Python

"""Used for running the pecan application directly from pycharm."""
from pecan.commands import CommandRunner
runner = CommandRunner()
runner.run(['serve', 'config.py'])