creeper-adventure/.venv/lib/python3.8/site-packages/IPython/utils/log.py
2022-03-31 20:20:07 -05:00

6 lines
124 B
Python

from warnings import warn
warn("IPython.utils.log has moved to traitlets.log", stacklevel=2)
from traitlets.log import *