<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
# make settrace() function available for `pydevd_pycharm`
from pydevd import settrace

from _pydevd_bundle.pydevd_comm import VERSION_STRING
__version__ = VERSION_STRING
</pre></body></html>