#! /usr/bin/env python3.6
from js9 import j


try:
    j.tools.develop.run()

except KeyboardInterrupt:
    pass

